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:
authorEric Horstmanshof <eric@arrowwebprojects.nl>2021-07-10 17:33:40 +0300
committerMark Otto <otto@github.com>2021-07-12 23:49:42 +0300
commit145aaee2a76e8e1f501a6a86d5cb953484c3d59c (patch)
treea83fcd13af7efe4f27ddbb68b6bac69f74475572 /site/content/docs
parent452e2f068941a1fecb84e081660765d90c167249 (diff)
Added new Offcanvas file to import example
Added the new B5 Offcanvas component in the import examples.
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.0/customize/optimize.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/customize/optimize.md b/site/content/docs/5.0/customize/optimize.md
index 0911667d0c..29b152154f 100644
--- a/site/content/docs/5.0/customize/optimize.md
+++ b/site/content/docs/5.0/customize/optimize.md
@@ -30,6 +30,7 @@ For instance, assuming you're using your own JavaScript bundler like Webpack or
// import 'bootstrap/js/dist/collapse';
// import 'bootstrap/js/dist/dropdown';
import 'bootstrap/js/dist/modal';
+// import 'bootstrap/js/dist/offcanvas';
// import 'bootstrap/js/dist/popover';
// import 'bootstrap/js/dist/scrollspy';
// import 'bootstrap/js/dist/tab';