Styled Bootstrap Components screenshot

Styled Bootstrap Components

Author Avatar Theme by Aichbauer
Updated: 14 Feb 2020
213 Stars

The bootstrap components made with styled-components

Categories

Overview

The styled-bootstrap-componentsnpmTravis branchCodecov branchstorybooklerna project is a collection of bootstrap components built with styled-components. It provides a way to use bootstrap with React for fast prototypes, as an entrypoint for building a UI Component Library, or for integrating a single bootstrap component into an application. The components are designed to work seamlessly with other libraries or frameworks and are built with styled-components.

Features

  • Alert Component: Used to display informative or error messages.
  • Badge Component: Used to display small notification badges.
  • Base Components: A collection of essential UI components.
  • Breadcrumb Component: Used for navigation within a hierarchy of pages.
  • Button Component: Used to create interactive buttons.
  • Card Component: Used to display content in a card-like format.
  • Container Component: Used to wrap the main content of a page.
  • Dropdown Component: Used to create dropdown menus.
  • Form Component: Used for creating forms and collecting user input.
  • Grid Component: Used for creating responsive grid layouts.
  • Jumbotron Component: Used to showcase key content.
  • Listgroup Component: Used for displaying a list of items.
  • Modal Component: Used to create modal dialog windows.
  • Nav Component: Used for navigation menus.
  • Navbar Component: Used to create a navigation bar.
  • Popover Component: Used for displaying additional information.
  • Table Component: Used to display tabular data.
  • Tooltip Component: Used to display additional information on hover.

Installation

To use the styled-bootstrap-componentsnpmTravis branchCodecov branchstorybooklerna project, you can install all bootstrap components by running the following command:

npm install styled-bootstrap-components

It’s important to note that each component has a peer dependency on styled-components version 4 or above. To use the components, you also need to install styled-components by running the following command:

npm install styled-components --save

Alternatively, you can install only the components that you need by following the installation guides provided in the components section of the documentation.

Summary

The styled-bootstrap-componentsnpmTravis branchCodecov branchstorybooklerna project is a collection of bootstrap components built with styled-components. It provides an easy way to use bootstrap with React, either for rapid prototyping, building a UI Component Library, or integrating specific bootstrap components into an application. The project offers a wide range of components, all built with styled-components, and requires a peer dependency on styled-components version 4 or above. Installation is straightforward, and detailed usage instructions are provided in the documentation.