0.0.9 • Published 4 years ago

@arnat/styled-bootstrap v0.0.9

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

styled-bootstrap-components

npm Travis branch Codecov branch storybook lerna

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.