@arnat/styled-jumbotron
v0.0.12
Published
The bootstrap jumbotron component created with styled-components
Downloads
24
Readme
ARNAT styled-jumbotron
Modular approach to use bootstrap components for quick prototypes, as an entrypoint of the component library.
Usage
import { Jumbotron } from '@arnat/styled-jumbotron';
const MyButtonComponent = props => (
<Jumbotron fluid>
<h1>Fluid jumbotron</h1>
<p>This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
</Jumbotron>
);
Properties
Properties which can be added to the component to change the visual appearance.
fluid
Type: boolean