1.0.0 • Published 7 years ago

@sirbimbus/update-dom v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Update DOM

This node module allows you to update the dom simply by passing in a class, ID or element name as well as the value you want to append to that section. Best suited for adding text to the DOM.

To Use

npm install

Then in your js file(s) require it with:

const updateDOM = require('updateDOM')

1.0.0

7 years ago