import React, {Component} from 'react'; import { Row, Col, Card, CardHeader, CardBody, CardFooter, Jumbotron, Button, Container } from 'reactstrap'; class Jumbotrons extends Component { render() { return (
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.
This is a modified jumbotron that occupies the entire horizontal space of its parent.