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

    Each component has been built from scratch as a true React component, without unneeded dependencies like jQuery. As one of the oldest React libraries, React-Bootstrap has evolved and …

  2. 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 npm package.

  3. Why React-Bootstrap? | React Bootstrap - GitHub Pages

    In this way, React-Bootstrap provides a more reliable solution by incorporating Bootstrap functionality into React's virtual DOM. Below are a few examples of how React-Bootstrap components differ from …

  4. 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, and …

  5. 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, and more. Here’s …

  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 each with an …

  7. Cards | React Bootstrap

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

  8. Navs and tabs | React Bootstrap

    Documentation and examples for how to use Bootstrap’s included navigation components.

  9. 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);

  10. Buttons | React Bootstrap

    Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.