Skip to content

FlockFreight/react-bootstrap

 
 

Repository files navigation

NOTE: This is a fork of react-bootstrap@^0.33.1 that fixes a known issue with OverlayTrigger relative to new react-redux models. Details can be found in AX-14297 and the following commits were made to the project:

  • 7d4d3: Adds the fix to the overlay trigger to properly forward React context into the overlay component
  • b6024: Distribute the built components so they could be consumed via GitHub URL (more info on this mechanism provided by npm/pacote)

React-Bootstrap Travis npm

Bootstrap 3 components built with React.

Codecov Discord Netlify

Under active development - APIs will change. Check out the 1.0.0 roadmap and contributing guidelines to see where you can help out. Prior to the 1.0.0 release, deprecations or breaking changes will result in a minor version bump.

Docs

See the documentation with live editable examples.

Related modules

Local setup

Yarn is the our package manager of choice here. Check out setup instructions here if you don't have it installed already. After that you can run yarn run bootstrap to install all the needed dependencies.

From there you can:

  • Run the tests once with yarn test (Or run them in watch mode with yarn run tdd).
  • Start a local copy of the docs site with yarn start
  • Or build a local copy of the library with yarn run build

Contributions

Yes please! See the contributing guidelines for details.

About

Bootstrap components built with React

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Other 1.2%