0.0.12 • Published 4 years ago

@arnat/styled-jumbotron v0.0.12

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

ARNAT styled-jumbotron

npm Travis branch Codecov branch storybook lerna

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