BOOTSTRAP
INTRODUCTION AND LINKS
DESPCRIPTION
Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.
LINKS
# Installation
npm install react-bootstrap bootstrap
# The following line can be included in your src/index.js or App.js file
import 'bootstrap/dist/css/bootstrap.min.css'
# The following line can be included in your src/index.js or App.js file
import 'bootstrap/dist/css/bootstrap.min.css'
COLORS
- Support for styling links with hover states
primary //Blue
secondary //Grey
success //Green
danger //Red
warning //Yellow
info //Light-blue
light
dark
muted
white bg-dark
// Samples
// Can be used with:
bg-primary //background
text-primary //text color
Also can be gradient.
LOGO
//import Logo
import Logo from "../assets/AR2.svg";
//Then
<img src={Logo} alt="" width="65" height="65" />