/react-lte

AdminLTE v3 template for ReactJS

Primary LanguageJavaScriptMIT LicenseMIT

react-lte - AdminLTE v3 template for ReactJS

npm License gh-pages ci Coverage Status

react admin-lte bootstrap reactstrap

Demo

Visit https://pattisahusiwa.github.io/react-lte to see the live demo.

screenshot

Installation

You can add this package to your project by using npm, yarn, or pnpm.

Install with npm

npm add react-lte --save

Install with yarn

yarn add react-lte

Install with pnpm

pnpm add react-lte

Changelog

See CHANGELOG.md

Contributing

All form of contributions are welcome. You can report issues, request new feature, fork the repo and submit pull request.

For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

How to contribute

  1. Fork and clone the repository,
  2. Install package dependencies using pnpm
    pnpm install
  3. Create a new git branch, make a necessary change, add unit test, commit, and submit PR.
  4. Run pnpm cs or pnpm lint to check coding style or linter issues. The issues can be fixed by running pnpm cs:fix or pnpm lint:fix

License

This project is released under MIT license. See LICENSE file for more details.

For the original AdminLTE license, see AdminLTE license.