@lskjs/dash
v2.8.0
Published
LSK.js – Dash – React components for your own dashboard
Downloads
82
Maintainers
Keywords
Readme
LSK.js – Dash
React components for your own dashboard
Installation and usage
The easiest way to use is to install it from npm and build it into your app with Webpack.
npm install @lskjs/dash
Then use it in your app:
import dash from '@lskjs/dash';
Contributors ✨
License
This project is licensed under the MIT License - see the LICENSE file for details
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b features/fooBar
) - Commit your changes (
git commit -am 'feat(dash): Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request