Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-07-21 16:10:17 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-08-03 19:06:36 +0300
commitd44a1e105ec3f5760ab4b46f1bd2a5f52be5a62a (patch)
tree16fbbb07bfd0ff44a7f4066f420eeafe2278a155
parent81d3e2b9172bd66de7248893427fc3037dd31df4 (diff)
Backport #31344
Add toasts to the components requiring JavaScript
-rw-r--r--site/docs/4.5/getting-started/introduction.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/docs/4.5/getting-started/introduction.md b/site/docs/4.5/getting-started/introduction.md
index 994ba02a50..c5e7ed07e8 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 %}