README
styled-bootstrap-components
Modular approach to use bootstrap components for quick prototypes, as an entrypoint of the component library.
Usage
// whatever components you need
import { Button } from '@arnat/styled-bootstrap';
export const myComponent = props => <Button>Hello, World!</Button>;
Components
For detailed information take a look at the documentation.
- Alert Component
- Badge Component
- Base Components
- Breadcrumb Component
- Button Component
- Card Component
- Container Component
- Dropdown Component
- Form Component
- Grid Component
- Jumbotron Component
- Listgroup Component
- Modal Component
- Nav Component
- Navbar Component
- Popover Component
- Table Component
- Tooltip Component