This is a demo page for the Flimflam Core UI components whose source can be found at flimflamjs/ff-core.
The page can be found here: https://flimflamjs.github.io/core-ui-demo/.
It pulls the components and basic css from the flimflam meta-package.
Run the dev server with npm run dev
Build and watch the css with npm run css
Build the distribution files with npm run build
To publish the distribution, cd into dist/
after building, and set it to track the remote github branch gh-pages
.