mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
636 B
636 B
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!