| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Social Media Photo by Andrii Ganzevych on Unsplash
uhtml (micro µ html) is one of the smallest, fastest, memory consumption friendly, yet zero-tools based, library to safely help creating or manipulating DOM content.
uhtml/init example
import init from 'uhtml/init';
import mockedDocument from '...';
const {
Hole,
render,
html, svg,
htmlFor, svgFor,
attr
} = init(mockedDocument);| Back | FazBrowse Home | New Git URL |