1.0.5 • Published 1 year ago

@netbofia/buildingblocks v1.0.5

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
1 year ago

buildingblocks

NPM package with utilits to use bootstrap and build html on the fly

Webpack

in src/index.js To export each function

const buildingblocks=require("@netbofia/buildingblocks")
Object.keys(buildingblocks).forEach(key=>window[key]=buildingblocks[key])

or to export buidlingblocks only:

const buildingblocks=require("@netbofia/buildingblocks")
window.buildingblocks=buildingblocks
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago