2.8.0 • Published 1 month ago

@lskjs/dash v2.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

LSK.js – Dash

React components for your own dashboard

LSK logo NPM version NPM downloads NPM Dependency count Have TypeScript types Have tree shaking NPM Package size Package size Ask us in Telegram

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

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b features/fooBar)
  3. Commit your changes (git commit -am 'feat(dash): Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Any questions? Always welcome :)