From 7ff271bd8a8386b09a9eca78ea998356bc133ca8 Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Sat, 25 May 2024 08:02:29 +0200 Subject: [PATCH] docs: add Accordion component in the JS components section (#39980) --- 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