diff options
| author | XhmikosR <[email protected]> | 2019-02-04 09:09:07 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-13 19:22:59 +0200 |
| commit | 23ddfa99a33c81916666326e0cfd2582dacfca44 (patch) | |
| tree | cb16997b2681f316d1b447d5dfa7ff5e80aaa411 /site/content/docs | |
| parent | d948a3f9cba042ab30a6e2d9083d93707b56feac (diff) | |
| download | bootstrap-23ddfa99a33c81916666326e0cfd2582dacfca44.tar.xz bootstrap-23ddfa99a33c81916666326e0cfd2582dacfca44.zip | |
Move this to a partial to work around the stray `p` issue.
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/4.3/getting-started/introduction.md | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/site/content/docs/4.3/getting-started/introduction.md b/site/content/docs/4.3/getting-started/introduction.md index 7e32385f9..9d9a2870e 100644 --- a/site/content/docs/4.3/getting-started/introduction.md +++ b/site/content/docs/4.3/getting-started/introduction.md @@ -37,20 +37,7 @@ Curious which components explicitly require our JavaScript and Popper.js? Click Our `bootstrap.bundle.js` and `bootstrap.bundle.min.js` include [Popper](https://popper.js.org/). For more information about what's included in Bootstrap, please see our [contents](/docs/{{< param docs_version >}}/getting-started/contents/#precompiled-bootstrap) section. -<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 -- Tooltips and popovers for displaying and positioning (also requires [Popper.js](https://popper.js.org/)) -- Scrollspy for scroll behavior and navigation updates -{{< /markdown >}} -</details> +{{< partial "getting-started/components-requiring-javascript" >}} ## Starter template |
