JSPM

react-bootstrap

1.0.0-beta.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1252794
  • Score
    100M100P100Q184978F
  • License MIT

Bootstrap 3 components built with React

Package Exports

  • react-bootstrap
  • react-bootstrap/dist/react-bootstrap
  • react-bootstrap/es
  • react-bootstrap/es/Badge
  • react-bootstrap/es/Breadcrumb
  • react-bootstrap/es/Button
  • react-bootstrap/es/ButtonGroup
  • react-bootstrap/es/ButtonToolbar
  • react-bootstrap/es/Col
  • react-bootstrap/es/Collapse
  • react-bootstrap/es/Dropdown
  • react-bootstrap/es/DropdownButton
  • react-bootstrap/es/Fade
  • react-bootstrap/es/Form
  • react-bootstrap/es/FormControl
  • react-bootstrap/es/FormGroup
  • react-bootstrap/es/Image
  • react-bootstrap/es/InputGroup
  • react-bootstrap/es/ListGroup
  • react-bootstrap/es/ListGroupItem
  • react-bootstrap/es/Modal
  • react-bootstrap/es/Nav
  • react-bootstrap/es/NavDropdown
  • react-bootstrap/es/NavItem
  • react-bootstrap/es/Navbar
  • react-bootstrap/es/Overlay
  • react-bootstrap/es/OverlayTrigger
  • react-bootstrap/es/Popover
  • react-bootstrap/es/ProgressBar
  • react-bootstrap/es/Row
  • react-bootstrap/es/SplitButton
  • react-bootstrap/es/Tab
  • react-bootstrap/es/TabContainer
  • react-bootstrap/es/TabContent
  • react-bootstrap/es/TabPane
  • react-bootstrap/es/Tabs
  • react-bootstrap/es/Tooltip
  • react-bootstrap/lib
  • react-bootstrap/lib/Alert
  • react-bootstrap/lib/Alert.js
  • react-bootstrap/lib/Badge
  • react-bootstrap/lib/Breadcrumb
  • react-bootstrap/lib/BreadcrumbItem
  • 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/Card
  • react-bootstrap/lib/CardDeck
  • react-bootstrap/lib/CardGroup
  • react-bootstrap/lib/CardImg
  • react-bootstrap/lib/Carousel
  • react-bootstrap/lib/CarouselItem
  • react-bootstrap/lib/CloseButton
  • react-bootstrap/lib/Col
  • react-bootstrap/lib/Collapse
  • react-bootstrap/lib/Container
  • react-bootstrap/lib/Dropdown
  • react-bootstrap/lib/Dropdown.js
  • react-bootstrap/lib/DropdownButton
  • react-bootstrap/lib/DropdownButton.js
  • react-bootstrap/lib/DropdownItem
  • react-bootstrap/lib/DropdownMenu
  • react-bootstrap/lib/DropdownToggle
  • react-bootstrap/lib/Fade
  • react-bootstrap/lib/Feedback
  • react-bootstrap/lib/Figure
  • react-bootstrap/lib/FigureCaption
  • react-bootstrap/lib/FigureImage
  • react-bootstrap/lib/Form
  • react-bootstrap/lib/FormCheck
  • react-bootstrap/lib/FormCheckInput
  • react-bootstrap/lib/FormCheckLabel
  • react-bootstrap/lib/FormContext
  • react-bootstrap/lib/FormControl
  • react-bootstrap/lib/FormGroup
  • react-bootstrap/lib/FormLabel
  • react-bootstrap/lib/FormText
  • react-bootstrap/lib/Image
  • react-bootstrap/lib/InputGroup
  • react-bootstrap/lib/Jumbotron
  • react-bootstrap/lib/ListGroup
  • react-bootstrap/lib/ListGroupItem
  • react-bootstrap/lib/Media
  • react-bootstrap/lib/Modal
  • react-bootstrap/lib/Modal.js
  • react-bootstrap/lib/ModalBody
  • react-bootstrap/lib/ModalDialog
  • react-bootstrap/lib/ModalFooter
  • react-bootstrap/lib/ModalHeader
  • react-bootstrap/lib/ModalTitle
  • react-bootstrap/lib/Nav
  • react-bootstrap/lib/NavDropdown
  • react-bootstrap/lib/NavItem
  • react-bootstrap/lib/NavLink
  • react-bootstrap/lib/Navbar
  • react-bootstrap/lib/NavbarBrand
  • react-bootstrap/lib/NavbarCollapse
  • react-bootstrap/lib/NavbarToggle
  • react-bootstrap/lib/Overlay
  • react-bootstrap/lib/OverlayTrigger
  • react-bootstrap/lib/PageItem
  • react-bootstrap/lib/Pagination
  • react-bootstrap/lib/Popover
  • react-bootstrap/lib/ProgressBar
  • react-bootstrap/lib/ResponsiveEmbed
  • react-bootstrap/lib/Row
  • react-bootstrap/lib/SafeAnchor
  • react-bootstrap/lib/SplitButton
  • react-bootstrap/lib/Tab
  • react-bootstrap/lib/TabContainer
  • react-bootstrap/lib/TabContent
  • react-bootstrap/lib/TabPane
  • react-bootstrap/lib/Table
  • react-bootstrap/lib/Table.js
  • react-bootstrap/lib/Tabs
  • react-bootstrap/lib/ToggleButton
  • react-bootstrap/lib/ToggleButtonGroup
  • react-bootstrap/lib/Tooltip
  • 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 Travis npm

Bootstrap 4 components built with React.

Codecov Discord Thinkful

Docs

See the documentation with live editable examples as well as docs.

To find the documentation for the latest Bootstrap 3 compatible release, check out: https://react-bootstrap.github.io/

Migrating from Bootstrap 3 to Bootstrap 4

If you would like to update React-Bootstrap within an existing project to use Bootstrap 4, please read our docs for migrating to React-Bootstrap V1.

Local setup

Yarn is 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.