About 50 results
Open links in new tab
  1. React Bootstrap

    React-Bootstrap replaces the Bootstrap JavaScript. Each component has been built from scratch as a true React component, without unneeded dependencies like jQuery.

  2. Dropdowns | React Bootstrap

    Toggle contextual overlays for displaying lists of links and more with the Bootstrap dropdown plugin

  3. Introduction | React Bootstrap

    We provide react-bootstrap.js and react-bootstrap.min.js bundles with all components exported on the window.ReactBootstrap object. These bundles are available on jsDelivr, as well as in the …

  4. Navbars | React Bootstrap

    Use optional containers to limit their horizontal width. Use spacing and flex utilities to size and position content A responsive navigation header, including support for branding, navigation, …

  5. Accordion | React Bootstrap

    You can still create card-based accordions like those in Bootstrap 4. You can hook into the Accordion toggle functionality via useAccordionButton to make custom toggle components.

  6. Tabbed components | React Bootstrap

    TabContent, and TabPane components along with any style of Nav allow you to quickly piece together your own Tabs component with additional markup needed. Create a set of NavItems …

  7. Forms | React Bootstrap

    The <FormControl> component renders a form control with Bootstrap styling. The <FormGroup> component wraps a form control with proper spacing, along with support for a label, help text, …

  8. Alerts | React Bootstrap

    import { useState } from 'react'; import Alert from 'react-bootstrap/Alert'; import Button from 'react-bootstrap/Button'; function AlertDismissibleExample() { const [show, setShow] = useState(true);

  9. Modals | React Bootstrap

    Bootstrap only supports one modal window at a time. Nested modals aren't supported, but if you really need them, the underlying @restart/ui library can support them if you're willing.

  10. Cards | React Bootstrap

    Bootstrap’s cards provide a flexible and extensible content container with multiple variants and options.