@massimo-cassandro/minimo
v0.12.16
Published
Light css framework & utilities
Readme
minimo
My light framework + utilities
Install
npm i @massimo-cassandro/minimoNote: minimo is designed to be used with WebPack using the configuration you can find in the webpack-setup folder of this repository. If changes are made (for example, to how SVG files are imported), things may not work as expected
Utilities
Dom builder
Builds dom elements from array of objects.
Only available as module script.
import { domBuilder } from '@massimo.cassandro/dom-builder';
domBuilder({ /* options */}); // see source code for detailsClassnames
TODO
