Skip to content

chrislondon/react-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-bootstrap

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.

Docs

Alert

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>

Install

npm install react-bootstrap-v4

Local Setup

  • 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

Contributions

Feel free to join me. :)

About

UNMAINTAINED -- Bootstrap 4 components built with React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published