Jumbotron
A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.
API
Jumbotron
import Jumbotron from 'react-bootstrap/Jumbotron'
Copy import code for the Jumbotron componentName | Type | Default | Description |
---|---|---|---|
as | elementType |
<div> |
You can use a custom element type for this component. |
fluid | boolean |
false |
Make the jumbotron full width, and without rounded corners |
bsPrefix | string |
'jumbotron' |
Change the underlying component CSS base class name and modifier class names prefix. This is an escape hatch for working with heavily customized bootstrap css. |
© 2014–present Stephen J. Collings, Matthew Honnibal, Pieter Vanderwerff
Licensed under the MIT License (MIT).
https://react-bootstrap.github.io/components/jumbotron/