React components that uses Bootstrap 4 as a base for styles.
Does not include Bootstrap and Font Awesome styles. You need to include it to your project, for example:
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
Installation:
yarn add @someden/react-bootstrap
- Running
yarn
in the components's root directory will install everything you need for development.
yarn start
will run a development server with the component's demo app at http://localhost:3000 with hot module reloading.