react-bootstrap-design

0.13.0 • Public • Published

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';.

Readme

Keywords

none

Package Sidebar

Install

npm i react-bootstrap-design

Weekly Downloads

1

Version

0.13.0

License

ISC

Last publish

Collaborators

  • hrtanderson