JSPM

react-bootstrap

0.19.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1238861
  • Score
    100M100P100Q175249F
  • License MIT

Bootstrap 3 components build with React

Package Exports

  • react-bootstrap
  • react-bootstrap/dist/react-bootstrap
  • react-bootstrap/lib/Accordion
  • react-bootstrap/lib/Alert
  • react-bootstrap/lib/Alert.js
  • react-bootstrap/lib/Badge
  • react-bootstrap/lib/Button
  • react-bootstrap/lib/Button.js
  • react-bootstrap/lib/ButtonGroup
  • react-bootstrap/lib/ButtonToolbar
  • react-bootstrap/lib/ButtonToolbar.js
  • react-bootstrap/lib/Carousel
  • react-bootstrap/lib/CarouselItem
  • react-bootstrap/lib/Col
  • react-bootstrap/lib/DropdownButton
  • react-bootstrap/lib/DropdownButton.js
  • react-bootstrap/lib/DropdownMenu
  • react-bootstrap/lib/Glyphicon
  • react-bootstrap/lib/Glyphicon.js
  • react-bootstrap/lib/Grid
  • react-bootstrap/lib/Input
  • react-bootstrap/lib/Interpolate
  • react-bootstrap/lib/Jumbotron
  • react-bootstrap/lib/Label
  • react-bootstrap/lib/ListGroup
  • react-bootstrap/lib/ListGroupItem
  • react-bootstrap/lib/MenuItem
  • react-bootstrap/lib/MenuItem.js
  • react-bootstrap/lib/Modal
  • react-bootstrap/lib/Modal.js
  • react-bootstrap/lib/ModalTrigger
  • react-bootstrap/lib/Nav
  • react-bootstrap/lib/NavItem
  • react-bootstrap/lib/Navbar
  • react-bootstrap/lib/OverlayTrigger
  • react-bootstrap/lib/PageHeader
  • react-bootstrap/lib/PageItem
  • react-bootstrap/lib/Pager
  • react-bootstrap/lib/Panel
  • react-bootstrap/lib/Panel.js
  • react-bootstrap/lib/PanelGroup
  • react-bootstrap/lib/Popover
  • react-bootstrap/lib/ProgressBar
  • react-bootstrap/lib/Row
  • react-bootstrap/lib/SplitButton
  • react-bootstrap/lib/TabPane
  • react-bootstrap/lib/TabbedArea
  • react-bootstrap/lib/Table
  • react-bootstrap/lib/Table.js
  • react-bootstrap/lib/Tooltip
  • react-bootstrap/lib/Well
  • react-bootstrap/lib/utils/EventListener
  • react-bootstrap/lib/utils/ValidComponentChildren
  • react-bootstrap/lib/utils/createChainedFunction

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-bootstrap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-bootstrap

Bootstrap 3 components built with React

Build Status NPM version Bower version Gitter

Under active development - APIs will change.

Docs

See the documentation with live editable examples.

Bootstrap Version

Currently supports v3.2.0, but v3.3+ support is coming soon.

Authors

and many contributors

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

Yes please! See the contributing guidelines for details.