Back to Graylog2 Server

Jumbotron

graylog2-web-interface/src/components/bootstrap/Jumbotron.md

7.1.0361 B
Original Source
js
import { Button } from 'components/bootstrap';

<Jumbotron>
  <h1>Hello, world!</h1>
  <p>
    This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or
    information.
  </p>
  <p>
    <Button bsStyle="primary">Learn more</Button>
  </p>
</Jumbotron>;