Skip to content

bemky/dolla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

195 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dolla

Dolla is a library of javascipt methods that augment existing DOM methods. Dolla is platform-agnotstic, with each method being fully tree-shakeable by any bundler. No dependencies, just helpful methods you can include as you need them.
Documentation

Installation

npm install dolla

Usage

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:server

Build Docs

npm run docs:build

Test

npm run test

Release

npm publish

About

A light set of helpers for manipulating DOM

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors