From 337447c5cc2530bcfd11323ba559acebd959eb36 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Tue, 28 Sep 2021 15:03:33 +0530 Subject: [PATCH] Add offcanvas to the components requiring JavaScript (#35013) Co-authored-by: XhmikosR --- site/content/docs/5.1/getting-started/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/docs/5.1/getting-started/introduction.md b/site/content/docs/5.1/getting-started/introduction.md index c4f6dd2c742a..b2fe767d79bf 100644 --- a/site/content/docs/5.1/getting-started/introduction.md +++ b/site/content/docs/5.1/getting-started/introduction.md @@ -61,6 +61,7 @@ Curious which components explicitly require our JavaScript and Popper? Click the - Dropdowns for displaying and positioning (also requires [Popper](https://popper.js.org/)) - Modals for displaying, positioning, and scroll behavior - Navbar for extending our Collapse plugin to implement responsive behavior +- Offcanvases for displaying, positioning, and scroll behavior - Toasts for displaying and dismissing - Tooltips and popovers for displaying and positioning (also requires [Popper](https://popper.js.org/)) - Scrollspy for scroll behavior and navigation updates