0.0.9 • Published 5 years ago
@arnat/styled-bootstrap v0.0.9
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.