From 00138feabff593f2c4e274c62bc3ce6ae95dac91 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 21 Jul 2020 16:10:17 +0300 Subject: [PATCH] Backport #31344 Add toasts to the components requiring JavaScript --- site/docs/4.5/getting-started/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/4.5/getting-started/introduction.md b/site/docs/4.5/getting-started/introduction.md index 994ba02a5008..c5e7ed07e89c 100644 --- a/site/docs/4.5/getting-started/introduction.md +++ b/site/docs/4.5/getting-started/introduction.md @@ -50,6 +50,7 @@ Our `bootstrap.bundle.js` and `bootstrap.bundle.min.js` include [Popper](https:/ - 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 {% endcapture %}