buel

0.0.3 • Public • Published

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.

Package Sidebar

Install

npm i buel

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

12.7 kB

Total Files

6

Last publish

Collaborators

  • fxi