@arnat/styled-jumbotron

The bootstrap jumbotron component created with styled-components

Usage no npm install needed!

<script type="module">
  import arnatStyledJumbotron from 'https://cdn.skypack.dev/@arnat/styled-jumbotron';
</script>

README

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