text #reactstrap #jumbotron

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text #reactstrap #jumbotron相关的知识,希望对你有一定的参考价值。

import React from 'react';
import { Jumbotron, Button } from 'reactstrap';

function Jumbo1 (props) {
  return (
    <div>
      <Jumbotron>
        <h1 className="display-3">Hello, world!</h1>
        <p className="lead">This is a simple hero unit, a simple Jumbotron-style component for calling extra attention to featured content or information.</p>
        <hr className="my-2" />
        <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
        <p className="lead">
          <Button color="primary">Learn More</Button>
        </p>
      </Jumbotron>
    </div>
  );
};

export default Jumbo1;

以上是关于text #reactstrap #jumbotron的主要内容,如果未能解决你的问题,请参考以下文章

text #reactstrap #navbar

text #reactstrap #modal

text #reactstrap #jumbotron

text #reactstrap

text #reactstrap #bootstrap #react

在 Reactstrap 表中设置固定宽度