@arnat/styled-jumbotron
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

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

Package Sidebar

Install

npm i @arnat/styled-jumbotron

Weekly Downloads

3

Version

0.0.12

License

MIT

Unpacked Size

18.3 kB

Total Files

13

Last publish

Collaborators

  • arnat.technologies
  • rsurjano