Skip to content

Commit

Permalink
Partially revert "Move this to a partial to work around the stray p
Browse files Browse the repository at this point in the history
… issue." (#32076)

This partially reverts commit 23ddfa9.
  • Loading branch information
XhmikosR authored Nov 8, 2020
1 parent 270f7be commit 4ed742e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
16 changes: 15 additions & 1 deletion site/content/docs/5.0/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,21 @@ If you use `<script type="module">`, please refer to our [using Bootstrap as a m

Curious which components explicitly require our JavaScript and Popper.js? Click the show components link below. If you're at all unsure about the general page structure, keep reading for an example page template.

{{< partial "getting-started/components-requiring-javascript" >}}
<details>
<summary class="text-primary mb-3">Show components requiring JavaScript</summary>
{{< markdown >}}
- Alerts for dismissing
- Buttons for toggling states and checkbox/radio functionality
- Carousel for all slide behaviors, controls, and indicators
- Collapse for toggling visibility of content
- Dropdowns for displaying and positioning (also requires [Popper.js](https://popper.js.org/))
- Modals for displaying, positioning, and scroll behavior
- Navbar for extending our Collapse plugin to implement responsive behavior
- Toasts for displaying and dismissing
- Tooltips and popovers for displaying and positioning (also requires [Popper.js](https://popper.js.org/))
- Scrollspy for scroll behavior and navigation updates
{{< /markdown >}}
</details>

## Starter template

Expand Down

This file was deleted.

0 comments on commit 4ed742e

Please sign in to comment.