Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

jxnblk/c0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c0

WIP: Experimental

Functional DOM element creation library with default styling

import { root, h1, p } from 'c0'

const tree = root(
  h1('hello'),
  p('These elements have default styles')
)

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published