This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
<div className="bd-example">
<Accordion defaultActiveKey="0">
<Accordion.Item eventKey="0">
<Accordion.Header>Accordion Item #1</Accordion.Header>
<Accordion.Body>
<b>This is the first item's accordion body.</b> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</Accordion.Body>
</Accordion.Item>
<Accordion.Item eventKey="1">
<Accordion.Header>Accordion Item #2</Accordion.Header>
<Accordion.Body>
<b>This is the second item's accordion body.</b> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</Accordion.Body>
</Accordion.Item>
<Accordion.Item eventKey="2">
<Accordion.Header>Accordion Item #3</Accordion.Header>
<Accordion.Body>
<b>This is the third item's accordion body.</b> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
</Accordion.Body>
</Accordion.Item>
</Accordion>
</div>
A simple primary alert with an example link. Give it a click if you like.
A simple primary alert with an example link. Give it a click if you like.
An example alert with an icon
An example success alert with an icon
An example warning alert with an icon
An example danger alert with an icon
This is a success alert—check it out!
This is a info alert—check it out!
This is a warning alert—check it out!
This is a danger alert—check it out!
This is a warning alert—check it out!
This is a warning alert—check it out!
Well done!
Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
<div className="bd-example">
<Alert variant="primary alert-solid alert-dismissible fade show" role="alert" show={showA1} onClose={() => setShowA1(false)} dismissible>
A simple primary alert with <Link to="#" className="alert-link">an example link</Link>. Give it a click if you like.
<button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close" onClick={() => setShowA1(false)}></button>
</Alert>
</div>
<div className="bd-example">
<Alert variant="primary alert-dismissible fade show" role="alert" show={showA2} onClose={() => setShowA2(false)} dismissible>
A simple primary alert with <Link to="#" className="alert-link">an example link</Link>. Give it a click if you like.
<button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close" onClick={() => setShowA2(false)}></button>
</Alert>
</div>
<div className="bd-example">
<svg xmlns="http://www.w3.org/2000/svg" style={{display: "none"}}>
<symbol id="check-circle-fill" fill="currentColor" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z" />
</symbol>
<symbol id="info-fill" fill="currentColor" viewBox="0 0 16 16">
<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z" />
</symbol>
<symbol id="exclamation-triangle-fill" fill="currentColor" viewBox="0 0 16 16">
<path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
</symbol>
</svg>
<Alert variant="primary d-flex align-items-center" role="alert">
<svg className="me-2" id="info-fill" fill="currentColor" width="20" viewBox="0 0 16 16">
<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"></path>
</svg>
<div>
An example alert with an icon
</div>
</Alert>
<Alert variant="success d-flex align-items-center" role="alert">
<svg className="me-2" id="check-circle-fill" width="20" fill="currentColor" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"></path>
</svg>
<div>
An example success alert with an icon
</div>
</Alert>
<Alert variant="warning d-flex align-items-center" role="alert">
<svg className="me-2" id="exclamation-triangle-fill" fill="currentColor" width="20" viewBox="0 0 16 16">
<path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"></path>
</svg>
<div>
An example warning alert with an icon
</div>
</Alert>
<Alert variant="danger d-flex align-items-center" role="alert">
<svg className="me-2" id="exclamation-triangle-fill" fill="currentColor" width="20" viewBox="0 0 16 16">
<path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"></path>
</svg>
<div>
An example danger alert with an icon
</div>
</Alert>
</div>
<div className="bd-example">
<Alert variant="success alert-left alert-dismissible fade show mb-3" role="alert" show={showA3} onClose={() => setShowA3(false)} dismissible>
<span> This is a success alert—check it out!</span>
</Alert>
<Alert variant="info lert-top alert-dismissible fade show mb-3" role="alert" show={showA4} onClose={() => setShowA4(false)} dismissible>
<span> This is a info alert—check it out!</span>
</Alert>
<Alert variant="warning right alert-dismissible fade show mb-3" role="alert" show={showA5} onClose={() => setShowA5(false)} dismissible>
<span> This is a warning alert—check it out!</span>
</Alert>
<Alert variant="danger bottom alert-dismissible fade show" role="alert" show={showA6} onClose={() => setShowA6(false)} dismissible>
<span> This is a danger alert—check it out!</span>
</Alert>
</div>
<div className="bd-example">
<Alert variant="warning rounded-0 alert-dismissible fade show " role="alert" show={showA7} onClose={() => setShowA7(false)} dismissible>
<span> This is a warning alert—check it out!</span>
</Alert>
<Alert variant="warning alert-solid rounded-0 alert-dismissible fade show " role="alert" show={showA8} onClose={() => setShowA8(false)} dismissible>
<span> This is a warning alert—check it out!</span>
</Alert>
</div>
<div className="bd-example">
<Alert variant="success mb-0" role="alert">
<h4 className="alert-heading">Well done!</h4>
<p>Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.</p>
<hr/>
<p className="mb-0">Whenever you need to, be sure to use margin utilities to keep things nice and tidy.</p>
</Alert>
</div>
This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
Last updated 3 mins ago
<div className="bd-example">
<Row className="row-cols-1 row-cols-md-2 g-4">
<Col>
<Card className="mb-0">
<svg className="bd-placeholder-img card-img-top" width="100%" height="180" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Image cap" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#868e96"></rect><text x="40%" y="50%" fill="#dee2e6" dy=".3em">Image cap</text></svg>
<Card.Body>
<h5 className="card-title">Card title</h5>
<p className="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<Link to="/" className="btn btn-primary">Go somewhere</Link>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-0">
<Card.Header>
Featured
</Card.Header>
<Card.Body>
<h5 className="card-title">Card title</h5>
<p className="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<Link to="/" className="btn btn-primary">Go somewhere</Link>
</Card.Body>
<Card.Footer className="text-muted">
2 days ago
</Card.Footer>
</Card>
</Col>
<Col>
<Card className="mb-0">
<Card.Body>
<h5 className="card-title">Card title</h5>
<p className="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</Card.Body>
<ul className="list-group list-group-flush">
<li className="list-group-item">An item</li>
<li className="list-group-item">A second item</li>
<li className="list-group-item">A third item</li>
</ul>
<Card.Body>
<Link to="#" className="card-link">Card link</Link>
<Link to="#" className="card-link">Another link</Link>
</Card.Body>
</Card>
</Col>
<Col>
<Card className="mb-0">
<Row className="g-0">
<Col md="4">
<svg className="bd-placeholder-img" width="100%" height="250" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Image" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#868e96"></rect><text x="30%" y="50%" fill="#dee2e6" dy=".3em">Image</text></svg>
</Col>
<Col md="8">
<Card.Body>
<h5 className="card-title">Card title</h5>
<p className="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p className="card-text"><small className="text-muted">Last updated 3 mins ago</small></p>
</Card.Body>
</Col>
</Row>
</Card>
</Col>
</Row>
</div>
This is some placeholder content the Home tab's associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other .nav-powered navigation.
This is some placeholder content the Profile tab's associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other .nav-powered navigation.
This is some placeholder content the Contact tab's associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other .nav-powered navigation.
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth.
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse.
Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth.
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse.
<div className="bd-example">
<Nav className="">
<Nav.Link className="active" aria-current="page" href="#">Active</Nav.Link>
<Nav.Link to="#">Link</Nav.Link>
<Nav.Link to="#">Link</Nav.Link>
<Nav.Link className="disabled" to="#" tabIndex="-1" aria-disabled="true">Disabled</Nav.Link>
</Nav>
</div>
<div className="bd-example">
<Tab.Container defaultActiveKey="first">
<Nav>
<Nav variant="tabs" className="mb-3" id="nav-tab" role="tablist">
<Nav.Link eventKey="first" variant=" d-flex align-items-center" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#nav-home" type="button" role="tab" aria-controls="nav-home" aria-selected="true">Home</Nav.Link>
<Nav.Link eventKey="second" variant="" id="nav-profile-tab" data-bs-toggle="tab" data-bs-target="#nav-profile" type="button" role="tab" aria-controls="nav-profile" aria-selected="false">Profile</Nav.Link>
<Nav.Link eventKey="third" variant="" id="nav-contact-tab" data-bs-toggle="tab" data-bs-target="#nav-contact" type="button" role="tab" aria-controls="nav-contact" aria-selected="false">Contact</Nav.Link>
</Nav>
</Nav>
<Tab.Content>
<Tab.Pane className=" fade show" eventKey="first" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<p><strong>This is some placeholder content the Home tab's associated content.</strong> Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
</Tab.Pane>
<Tab.Pane className=" fade" id="nav-profile" eventKey="second" role="tabpanel" aria-labelledby="nav-profile-tab">
<p><strong>This is some placeholder content the Profile tab's associated content.</strong> Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
</Tab.Pane>
<Tab.Pane className=" fade" id="nav-contact" eventKey="third" role="tabpanel" aria-labelledby="nav-contact-tab">
<p><strong>This is some placeholder content the Contact tab's associated content.</strong> Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
</Tab.Pane>
</Tab.Content>
</Tab.Container>
</div>
<div className="bd-example">
<Tab.Container defaultActiveKey="first">
<Nav variant="pills" data-toggle="slider-tab" role="tablist">
<Nav.Item role="presentation">
<Nav.Link eventKey="first" variant=" d-flex align-items-center" data-bs-toggle="tab" data-bs-target="#pills-home1" type="button" role="tab" aria-controls="home" aria-selected="true">Home</Nav.Link>
</Nav.Item>
<Nav.Item role="presentation">
<Nav.Link eventKey="second" variant=" d-flex align-items-center" data-bs-toggle="tab" data-bs-target="#pills-profile1" type="button" role="tab" aria-controls="profile" aria-selected="false">Profile</Nav.Link>
</Nav.Item>
<Nav.Item role="presentation">
<Nav.Link eventKey="third" id="contact-tab" data-bs-toggle="tab" data-bs-target="#pills-contact1" type="button" role="tab" aria-controls="contact" aria-selected="false">Contact</Nav.Link>
</Nav.Item>
</Nav>
<Tab.Content>
<Tab.Pane eventKey="first" variant=" fade show active" id="pills-home1" role="tabpanel"
aria-labelledby="pills-home-tab1">
<p>
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu
stumptown aliqua, retro synth master cleanse. Mustache cliche tempor,
williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh
dreamcatcher synth.
</p>
<p>
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu
stumptown aliqua, retro synth master cleanse.
</p>
</Tab.Pane>
<Tab.Pane eventKey="second" className="fade" id="pills-profile1" role="tabpanel"
aria-labelledby="pills-profile-tab1">
<p>
Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat
salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher
voluptate nisi qui.
</p>
</Tab.Pane>
<Tab.Pane eventKey="third" className=" fade" id="pills-contact1" role="tabpanel"
aria-labelledby="pills-contact-tab1">
<p>
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu
stumptown aliqua, retro synth master cleanse. Mustache cliche tempor,
williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh
dreamcatcher synth.
</p>
<p>
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu
stumptown aliqua, retro synth master cleanse.
</p>
</Tab.Pane>
</Tab.Content>
</Tab.Container>
</div>
<div className="bd-example">
<Nav variant="pills">
<Nav.Item>
<Nav.Link className=" active" aria-current="page" to="#">Active</Nav.Link>
</Nav.Item>
<Nav.Item>
<Nav.Link className="" to="#">Link</Nav.Link>
</Nav.Item>
<Nav.Item>
<Nav.Link className="" to="#">Link</Nav.Link>
</Nav.Item>
<Nav.Item>
<Nav.Link className=" disabled" to="#" tabIndex="-1" aria-disabled="true">Disabled</Nav.Link>
</Nav.Item>
</Nav>
</div>
This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.
Second heading
This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.
Third heading
This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.
Fourth heading
This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.
Fifth heading
This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.
<div className="bd-example">
<nav id="navbar-example2" className="navbar bg-body-tertiary px-3 mb-3">
<a className="navbar-brand" href="#">Navbar</a>
<ul className="nav nav-pills">
<li className="nav-item">
<a className="nav-link" href="#scrollspyHeading1">First</a>
</li>
<li className="nav-item">
<a className="nav-link" href="#scrollspyHeading2">Second</a>
</li>
<li className="nav-item dropdown">
<a className="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">Dropdown</a>
<ul className="dropdown-menu">
<li><a className="dropdown-item" href="#scrollspyHeading3">Third</a></li>
<li><a className="dropdown-item" href="#scrollspyHeading4">Fourth</a></li>
<li><hr className="dropdown-divider"></hr></li>
<li><a className="dropdown-item" href="#scrollspyHeading5">Fifth</a></li>
</ul>
</li>
</ul>
</nav>
<div data-bs-spy="scroll" data-bs-target="#navbar-example2" data-bs-root-margin="0px 0px -40%" data-bs-smooth-scroll="true" className="scrollspy-example bg-body-tertiary p-3 rounded-2" tabindex="0">
<h5 id="scrollspyHeading1">First heading</h5>
<p>This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.</p>
<h5 id="scrollspyHeading2">Second heading</h5>
<p>This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.</p>
<h5 id="scrollspyHeading3">Third heading</h5>
<p>This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.</p>
<h5 id="scrollspyHeading4">Fourth heading</h5>
<p>This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.</p>
<h5 id="scrollspyHeading5">Fifth heading</h5>
<p>This is some placeholder content for the scrollspy page. Note that as you scroll down the page, the appropriate navigation link is highlighted. It's repeated throughout the component example. We keep adding some more example copy here to emphasize the scrolling and highlighting.</p>
</div>
</div>
This is a lead paragraph. It stands out from regular paragraphs.
You can use the mark tag to highlight text.
This line of text is meant to be treated as deleted text.
This line of text is meant to be treated as no longer accurate.
This line of text is meant to be treated as an addition to the document.
This line of text will render as underlined.
This line of text is meant to be treated as fine print.
This line rendered as bold text.
This line rendered as italicized text.
A well-known quote, contained in a blockquote element.
This is a list.
It appears completely unstyled.
Structurally, it's still a list.
However, this style only applies to immediate child elements.
Nested lists:
are unaffected by this style
will still show a bullet
and have appropriate left margin
This may still come in handy in some situations.
This is a list item.
And another one.
But they're displayed inline.
<div className="bd-example">
<p className="display-1">Display 1</p>
<p className="display-2">Display 2</p>
<p className="display-3">Display 3</p>
<p className="display-4">Display 4</p>
<p className="display-5">Display 5</p>
<p className="display-6">Display 6</p>
</div>
<div className="bd-example">
<p className="h1">Heading 1</p>
<p className="h2">Heading 2</p>
<p className="h3">Heading 3</p>
<p className="h4">Heading 4</p>
<p className="h5">Heading 5</p>
<p className="h6">Heading 6</p>
</div>
<div className="bd-example">
<p className="lead">
This is a lead paragraph. It stands out from regular paragraphs.
</p>
</div>
<div className="bd-example">
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
<p><del>This line of text is meant to be treated as deleted text.</del></p>
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
<p><u>This line of text will render as underlined.</u></p>
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p><strong>This line rendered as bold text.</strong></p>
<p><em>This line rendered as italicized text.</em></p>
</div>
<div className="bd-example">
<blockquote className="blockquote">
<p>A well-known quote, contained in a blockquote element.</p>
<footer className="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>
</div>
<div className="bd-example">
<ul className="list-unstyled">
<li>This is a list.</li>
<li>It appears completely unstyled.</li>
<li>Structurally, it's still a list.</li>
<li>However, this style only applies to immediate child elements.</li>
<li>Nested lists:
<ul>
<li>are unaffected by this style</li>
<li>will still show a bullet</li>
<li>and have appropriate left margin</li>
</ul>
</li>
<li>This may still come in handy in some situations.</li>
</ul>
</div>
<div className="bd-example">
<ul className="list-inline">
<li className="list-inline-item">This is a list item.</li>
<li className="list-inline-item">And another one.</li>
<li className="list-inline-item">But they're displayed inline.</li>
</ul>
</div>
<div className="bd-example">
<svg className="bd-placeholder-img bd-placeholder-img-lg img-fluid" width="100%" height="250" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: Responsive image" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="#868e96"></rect><text x="50%" y="50%" fill="#dee2e6" dy=".3em" text-anchor="middle">Responsive image</text></svg>
</div>
<div className="bd-example">
<svg className="bd-placeholder-img img-thumbnail" width="200" height="200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera: 200x200" preserveAspectRatio="xMidYMid slice" focusable="false"><title>A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera</title><rect width="100%" height="100%" fill="#868e96"></rect><text x="33%" y="50%" fill="#dee2e6" dy=".3em">200x200</text></svg>
</div>