REACT-BASIC-DESIGN
UI components for faster and easier web development built with bootstrap for react.
COMPATIBILITY VERSIONS
react-basic-design uses bootstrap components and you need to ensure you are using the correct combination of versions.
Basic Design Version | Bootstrap Version |
---|---|
0.0.x | 5.x |
0.1.x | 5.x |
INSTALL
Install via npm:
> npm install react-basic-design bootstrap react-bootstrap
USAGE
//import styles
import "bootstrap/scss/bootstrap.scss";
import "react-basic-design/dist/index.scss";
//import components
import * as bd from "react-basic-design";
Demo
https://mtalebian.github.io/react-basic-design-demo