1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
Customizable, flexible and modular CSS library https://bluelib.gh.steffo.eu/
Find a file
2021-07-19 18:54:24 +02:00
.idea ⬆ Update bluelib to the latest version 2021-07-19 18:54:24 +02:00
src ⬆ Update bluelib to the latest version 2021-07-19 18:54:24 +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 ⬆ Update bluelib to the latest version 2021-07-19 18:54:24 +02:00
package.json ⬆ Bump version to 2.1.7 2021-03-24 00:43:16 +01: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!