Introduction

Bootstrap React is UI Component library written in TypeScript, and ready for your next React.js project. Learn how to include Bootstrap React in your project.

Installation#

Npm#

1npm install @coreui/bootstrap-react

Yarn#

1yarn add @coreui/bootstrap-react

Using components#

1import { Alert } from '@coreui/bootstrap-react';

Stylesheets#

React components are styled using bootstrap CSS library.

Installation#

1npm install bootstrap

or

1yarn add bootstrap

Basic usage#

1import 'bootstrap/dist/css/bootstrap.min.css'