0.4.3 • Published 4 years ago

@someden/react-bootstrap v0.4.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

0.4.2

4 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago