dolla

1.2.7 • Public • Published

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

Build

npm run build

Test

npm link # to make global reference
npm link dolla # to link global reference
npm run test

Release

npm publish

Readme

Keywords

Package Sidebar

Install

npm i dolla

Weekly Downloads

49

Version

1.2.7

License

MIT

Unpacked Size

2.11 MB

Total Files

123

Last publish

Collaborators

  • benehmke