zaitun-dom
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

zaitun/dom

snabbdom modules and dom helper functions

uses

import {div, h3, svg} from 'zaitun/dom';

function view(){
    div([
        h3('Hello world!!'),
        svg({attrs:{width:100, height:100}},
             svg.circle({attrs:{cx:50, cy:50,r:40, stroke:'orange', 'stroke-width':3, fill:'red'  }})
        )
    ])
}

Package Sidebar

Install

npm i zaitun-dom

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

77.2 kB

Total Files

24

Last publish

Collaborators

  • jukhan