From 7165a245798e4f30d8dff1202a2bf58d3e379edc Mon Sep 17 00:00:00 2001 From: Issermann Hannah Date: Tue, 14 May 2024 13:35:07 +0200 Subject: [PATCH] Docs: add missing Accordion component in the list of JS components (inheriting of Collapse) --- site/content/docs/5.3/getting-started/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/docs/5.3/getting-started/introduction.md b/site/content/docs/5.3/getting-started/introduction.md index b0f7dabc5e9b..b76b2d47deeb 100644 --- a/site/content/docs/5.3/getting-started/introduction.md +++ b/site/content/docs/5.3/getting-started/introduction.md @@ -83,6 +83,7 @@ You can also use the CDN to fetch any of our [additional builds listed in the Co Curious which components explicitly require our JavaScript and Popper? If you're at all unsure about the general page structure, keep reading for an example page template. +- Accordions for extending our Collapse plugin - Alerts for dismissing - Buttons for toggling states and checkbox/radio functionality - Carousel for all slide behaviors, controls, and indicators