0.0.3 • Published 5 years ago

buel v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

buel

Quick DOM elements creation in js

Installing

npm install --save buel

Usage

import {buel} from 'buel';

buel('div',
  buel('canvas',{
    width: 300,
    height: 300,
    on : { 'click' : console.log }
  })
)

See also

  • crel A small, simple, and fast DOM creation utility.
  • laconic Laconic offers a sane solution to generating DOM content in JavaScript.
0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago