my-bootstraped-react-components
v1.0.1
Published
My bootstraped react components
Downloads
7
Readme
my-bootstraped-react-components
My bootstraped react components
Install
npm install --save my-bootstraped-react-components
Usage
import React, { Component } from 'react';
import MyComponent from 'my-bootstraped-react-components';
import 'my-bootstraped-react-components/dist/index.css';
class Example extends Component {
render() {
return <MyComponent />
}
}
Components
- Alert.
- Button.
- Form.
- FormGroup.
- InputText.
- Checkbox.
- NavBar.
ToDO:
Add components listed bellow:
- Badges.
- Breadcrumb.
- Button group.
- Card.
- Carousel.
- Collapse.
- Dropdowns.
License
MIT © christianmtr