0.13.0 • Published 7 years ago

react-bootstrap-design v0.13.0

Weekly downloads
43
License
ISC
Repository
github
Last release
7 years ago

react-bootstrap-design

Designing with React.js and Bootstrap 4.

Installation

If you'd like to play around with the project, simply clone the repository
git clone https://github.com/Harry-Anderson/react-bootstrap-design.git
then, from inside the project folder, run the following two commands:
npm install
and then
npm start
The project's structure generally follows the react-create-app structure, so if you want to check out the full documentation, find it here:
https://github.com/facebookincubator/create-react-app

Customization

All designs are configured using JSON. You can find an example of the JSON design structure here, and you can find the full list of all possible design specs here.
To create your own design, simply add a new file to the src/configurations/ folder, import it in the src/index.js file with
import NewDesign from './configurations/NewDesign';.

0.13.0

7 years ago

0.12.0

7 years ago

0.11.0

7 years ago

0.10.0

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago