b7d9e05641
* typo - screens not being sent to page save * removed children arg from hydrateChildren (n/a) * initialiseChildren does not rerender unless forced * removed derivatives of initialiseChildren * renamed initialiseChildren > attachChildren * standard-components - refactoring div now container H1, h2... etc now Heading with type Select now takes option as _children * loads of bug fixing * safe props creation anytime props are loaded, we make sure they conform to the components props definition |
||
---|---|---|
.. | ||
.vscode | ||
build | ||
src | ||
tests | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
package.json | ||
rollup.config.js |
README.md
Get Started
npm install
Webpack dev server (port 8080): npm run dev
Build npm run build