import React, {Component} from 'react'; import { Row, Col, Card, CardHeader, CardBody, CardFooter, Jumbotron, Button, Container } from 'reactstrap'; class Jumbotrons extends Component { render() { return (
Jumbotron
docs

Hello, world!

This is a simple hero unit, a simple Jumbotron-style component for calling extra attention to featured content or information.


It uses utility classes for typgraphy and spacing to space content out within the larger container.

Jumbotron fluid

Fluid jumbotron

This is a modified jumbotron that occupies the entire horizontal space of its parent.

); } } export default Jumbotrons;