Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

fxi/el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

el

Quick DOM elements creation in js

Installing

npm install --save el

Usage

import {el} from '@fxi/el';

el('div',
  el('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.

About

Write html tags as javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published