React component library
npm install @lanaco/lnc-react-uiThis library includes basic and advanced UI components used with ReactJS frontend framework
- Installing
- Developing Locally
- Contributing
- License
```
$ npm install @lanaco/lnc-react-ui
To see your changes to @lanaco/lnc-react-ui locally, all you need is to run storybook with npm start command
``
$ git clone https://github.com/lanaco/lnc-react-ui
$ cd /path/to/component-library
$ npm start
1. Clone this repo
2. Create a branch: git checkout -b your-feature`
3. Make some changes
4. Test your changes by running your local version
5. Push your branch and open a Pull Request
This code is open source software licensed under the MIT License.