diff options
| author | Eric Horstmanshof <[email protected]> | 2021-07-10 16:33:40 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-07-12 13:49:42 -0700 |
| commit | 145aaee2a76e8e1f501a6a86d5cb953484c3d59c (patch) | |
| tree | a83fcd13af7efe4f27ddbb68b6bac69f74475572 | |
| parent | 452e2f068941a1fecb84e081660765d90c167249 (diff) | |
| download | bootstrap-145aaee2a76e8e1f501a6a86d5cb953484c3d59c.tar.xz bootstrap-145aaee2a76e8e1f501a6a86d5cb953484c3d59c.zip | |
Added new Offcanvas file to import example
Added the new B5 Offcanvas component in the import examples.
| -rw-r--r-- | site/content/docs/5.0/customize/optimize.md | 1 |
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 0911667d0..29b152154 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'; |
