1.1.2 • Published 5 years ago

@farvisionllc/emotion-react-bootstrap v1.1.2

Weekly downloads
27
License
ISC
Repository
github
Last release
5 years ago

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

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