mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-21 19:24:17 +00:00
Customizable, flexible and modular CSS library
https://bluelib.gh.steffo.eu/
.idea | ||
src | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
babel.config.json | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
nwb.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
styleguide.config.js |
bluelib-react
A React library implementing bluelib classes as React components
Installation
npm install bluelib
Usage
To see an interactive documentation for all components provided, run the following commands:
git clone https://github.com/RYGhub/bluelib-react.git
cd bluelib-react
npm install
npm start
Then visit http://127.0.0.1:6060 in a JavaScript-enabled browser.
Contributing
Please see CONTRIBUTING.md!