dolla
v1.5.7
Published
A light set of helpers for building and manipulating DOM
Downloads
169
Readme
Installation
npm install dollaUsage
Import only the methods you use.
import {createElement} from 'dolla';
document.body.append(createElement('div', {
class: 'text-bold',
style: 'text-decoration: underline',
content: ['Hello World']
}))Documentation
Checkout details about each method on dollajs.com
Development
Serve Docs
npm run docs:serverBuild Docs
npm run docs:buildTest
npm run testRelease
npm publish