A React component library for bootstrap using the [emotion-js](Emotion-JS framework)
Install emotion-react-bootstrap and Bootstrap from NPM. emotion-react-bootstrap does not include Bootstrap CSS so this needs to be installed as well:
npm install --save bootstrap@4.1.1
npm install --save @farvisionllc/emotion-react-bootstrap
Import required emotion-react-bootstrap components within src/App.js
file or your custom component files:
import { Button } from '@farvisionllc/emotion-react-bootstrap';
Now you are ready to use the imported emotion-react-bootstrap components within your component hierarchy defined in the render method.
Install dependencies:
npm install
Run examples at http://localhost:8080/ with webpack dev server:
npm start
Run tests & coverage report:
npm test
Watch tests:
npm run test-watch
Add additional notes about how to deploy this on a live system
- Emotion JS - style as a function of state https://emotion.sh/
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Byron - Initial work - bwarner
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc