1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 05:37:28 +00:00
Customizable, flexible and modular CSS library https://bluelib.gh.steffo.eu/
Find a file
2021-07-20 02:55:18 +02:00
.idea ⬆ Update bluelib to the latest version 2021-07-19 18:54:24 +02:00
src 🐛 Fix todo color 2021-07-20 02:55:18 +02:00
.gitignore First commit (of this branch) 2021-01-25 19:37:58 +01:00
.gitmodules First commit (of this branch) 2021-01-25 19:37:58 +01:00
.travis.yml First commit (of this branch) 2021-01-25 19:37:58 +01:00
babel.config.json 🐛 Fix babel config 2021-01-25 19:44:01 +01:00
CONTRIBUTING.md 🗒 Add README, CONTRIBUTING and LICENSE 2021-03-21 04:03:01 +01:00
LICENSE.txt 🗒 Add README, CONTRIBUTING and LICENSE 2021-03-21 04:03:01 +01:00
nwb.config.js Include CSS in the build (probably) 2021-01-25 20:34:22 +01:00
package-lock.json Add forms 2021-07-19 23:59:53 +02:00
package.json ⬆ Bump to 3.0.0 2021-07-20 02:34:23 +02:00
README.md 🗒 Add README, CONTRIBUTING and LICENSE 2021-03-21 04:03:01 +01:00
styleguide.config.js ⬆ Update to the latest bluelib version 2021-03-21 02:08:41 +01:00

bluelib-react npm package

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!