Skip to content

CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded dependencies.

License

Notifications You must be signed in to change notification settings

coreui/coreui-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c440f29 · May 1, 2020
Feb 14, 2020
Feb 17, 2020
May 1, 2020
Feb 17, 2020
Apr 9, 2018
May 24, 2019
Feb 14, 2020
Mar 15, 2018
Feb 18, 2020
Mar 27, 2018
Apr 19, 2018
May 1, 2020
Feb 21, 2020
Apr 10, 2020
May 1, 2020

Repository files navigation

@coreui/react v3 for CoreUI 3 for React

npm package npm next NPM downloads

  • bootstrapped with nwb toolkit

npm run scripts

package.json is configured with "scripts" we can use with npm run while developing the project.

Command Description
npm start start a development server for the demo app
npm test run tests
npm run test:coverage run tests and produce a code coverage report in coverage/
npm run test:watch start a test server and re-run tests on every change
npm run build prepare for publishing to npm
npm run clean delete built resources

see also: