blue-react
v9.12.1
Published
Blue React Components
Downloads
69
Readme
Blue React
Checkout the docs to find out how to use Blue React.
Breaking changes between v8 and v9
- Renamed
.caret
➡️.blue-caret
- Removed
.switch
CSS - Removed deprecated DocumentView
Developing
This project is built with CRA. To start
developing, just and install everything with npm i
and run:
npm start
Create a new release
This is how to manually create a release:
By running
npm publish
the missing files in ./dist
will be created, the docs will be generated and
the NPM package will be released.
To publish changes on the documentary, run:
npm run deploy
To run both of them:
npm run release