Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.13 KB

Build Status

React Bootstrap

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

Getting Started

Installation:

yarn add @someden/react-bootstrap

Development

Install dependencies

  • Running yarn in the components's root directory will install everything you need for development.

Demo Development Server

  • yarn start will run a development server with the component's demo app at http://localhost:3000 with hot module reloading.