react-basic-design
v0.1.34
Published
[![NPM version][npm-image]][npm-url] [![Build][github-build]][github-build-url] ![npm-typescript] [![License][github-license]][github-license-url]
Readme
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-bootstrapUSAGE
//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
