Bootstrap 4 components built with React.
You are probably looking for a different React Bootstrap
I am using this in a current project of mine and am currently only implementing the components that I am using.
Simple alert div http://v4-alpha.getbootstrap.com/components/alerts/
Properties:
- type:
danger
(string, optional) - Alert type. Can be success, info, warning, or danger (default)
Examples:
<Alert type="success">This is a success message</Alert>
<Alert type="info">This is an info message</Alert>
<Alert type="warning">This is a warning message</Alert>
<Alert type="danger">This is an error message</Alert>
npm install react-bootstrap-v4
- Install the dependencies with
npm install
- Run tests
npm test
- Run tests in watch mode
npm run test-watch
- Run the docs site in development mode with
npm run docs
. This will watch for file changes as you work. Simply refresh the page to see the updates. - Build with
npm run build
Feel free to join me. :)