Package Exports
- react-bootstrap
- react-bootstrap/lib
- 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
- react-bootstrap/lib/utils/joinClasses
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
Under active development - APIs will change.
Docs
A docs site with live editable examples is a work in progress
Bootstrap Version
Currently supports v3.2.0, but v3.3+ support is coming soon.
Authors
and many contributors
Related modules
- react-router-bootstrap - Integration with react-router.
Contributions
Yes please!
- Run
npm install
,npm run test-watch
to run tests while you develop (however this hides any build errors, you can see these withgrunt build
) - Add tests for any new or changed functionality
- See issues for some ideas
- Follow existing style