@lanaco/lnc-react-ui
Version:
React component library
39 lines (26 loc) • 930 B
Markdown
# Lanaco ReactJS UI components library
[Deployment](https://lanaco.github.io/lnc-react-ui/?path=/docs/intro--page)
This library includes basic and advanced UI components used with ReactJS frontend framework
- [Installing](#installing)
- [Developing Locally](#requirements)
- [Contributing](#contributing)
- [License](#license)
## Installing
```
$ npm install @lanaco/lnc-react-ui
```
## Developing Locally
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
```
## Contributing
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](#requirements)
5. Push your branch and open a Pull Request
## License
This code is open source software licensed under the MIT License.