JSPM

react-bootstrap

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

Bootstrap 3 components build with React

Package Exports

  • react-bootstrap
  • react-bootstrap/dist/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/ButtonInput
  • 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/FormControls
  • react-bootstrap/lib/FormControls/Static.js
  • react-bootstrap/lib/FormGroup
  • 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/Thumbnail
  • react-bootstrap/lib/Tooltip
  • react-bootstrap/lib/Well
  • react-bootstrap/lib/styleMaps
  • react-bootstrap/lib/utils
  • react-bootstrap/lib/utils/EventListener
  • react-bootstrap/lib/utils/ValidComponentChildren
  • react-bootstrap/lib/utils/createChainedFunction
  • react-bootstrap/lib/utils/deprecationWarning

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

Travis Build Status NPM version Bower version HuBoard Gitter

Dependency Status devDependency Status peerDependency Status

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, breaking changes should result in a Minor version bump.

Docs

See the documentation with live editable examples.

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.