Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bootstrap5

zangeronimo1.6kMIT1.1.9TypeScript support: included

| | | :---------------------------------------------------------------------------------------------------------------------: |

readme

bootstrap5

Simple UI Kit Library for React.js with Storybook Demo.

Published at NPM.

Contributors License


Participants

| Luciano Zangeronimo

Components

  • <input checked="" disabled="" type="checkbox"> Button
  • <input checked="" disabled="" type="checkbox"> Navbar
  • <input disabled="" type="checkbox"> CheckBox
  • <input disabled="" type="checkbox"> Input
  • <input disabled="" type="checkbox"> Modal
  • <input disabled="" type="checkbox"> Radio
  • <input disabled="" type="checkbox"> Separator

Techs

  • <input checked="" disabled="" type="checkbox"> React.js
  • <input checked="" disabled="" type="checkbox"> Storybook
  • <input checked="" disabled="" type="checkbox"> Styled Components
  • <input checked="" disabled="" type="checkbox"> React Icons
  • <input checked="" disabled="" type="checkbox"> TypeScript

What can be better?

  • More components

Dependencies

Usage

  1. Run npm install bootstrap5 or yarn add ... in your React.js project.
  2. Import components from the package and get started.

Start Development Environment

  1. Clone this repository;
  2. Run npm or yarn install at each project in order to install dependencies.
  3. Run yarn storybook.
  4. Access localhost:6006 in your browser.
  5. Run yarn build to generate your own build.