Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruegmann/blue-react
UI library for React using Custom Components and Bootstrap.
https://github.com/bruegmann/blue-react
bootstrap bootstrap5 component-library css javascript react scss ui-components
Last synced: about 1 month ago
JSON representation
UI library for React using Custom Components and Bootstrap.
- Host: GitHub
- URL: https://github.com/bruegmann/blue-react
- Owner: bruegmann
- License: lgpl-3.0
- Created: 2020-07-02T11:01:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T09:26:11.000Z (3 months ago)
- Last Synced: 2024-08-13T10:26:02.735Z (3 months ago)
- Topics: bootstrap, bootstrap5, component-library, css, javascript, react, scss, ui-components
- Language: TypeScript
- Homepage: https://bruegmann.github.io/blue-react/
- Size: 90.6 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blue React
[![npm version](https://img.shields.io/npm/v/blue-react)](https://www.npmjs.com/package/blue-react)
[Checkout the docs](https://bruegmann.github.io/blue-react) 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](https://create-react-app.dev/). 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
```