Skip to content

React component library for Bootstrap 4 using Emotion-JS CSS framework

License

Notifications You must be signed in to change notification settings

bwarner/emotion-react-bootstrap

Repository files navigation

Emotion React Bootstrap

A React component library for bootstrap using the [emotion-js](Emotion-JS framework)

Getting Started

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 [email protected]
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.

Development

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

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

React component library for Bootstrap 4 using Emotion-JS CSS framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •