# `bluelib-react` [![npm package](https://img.shields.io/npm/v/bluelib.png)](https://www.npmjs.org/package/bluelib) A React library implementing [bluelib](https://github.com/RYGhub/bluelib) classes as React components ## Installation ```bash npm install bluelib ``` ## Usage To see an interactive documentation for all components provided, run the following commands: ```bash git clone https://github.com/RYGhub/bluelib-react.git cd bluelib-react npm install npm start ``` Then visit [http://127.0.0.1:6060](http://127.0.0.1:6060) in a JavaScript-enabled browser. ## Contributing Please see [CONTRIBUTING.md](CONTRIBUTING.md)!