1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 22:39:11 +02:00

Toggler compontent from upstrea PR

This commit is contained in:
Mark Otto
2025-04-04 10:49:32 -07:00
parent 142a16fe55
commit 24f2269928
8 changed files with 479 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ import Popover from './src/popover.js'
import ScrollSpy from './src/scrollspy.js'
import Tab from './src/tab.js'
import Toast from './src/toast.js'
import Toggler from './src/toggler.js'
import Tooltip from './src/tooltip.js'
export default {
@@ -30,5 +31,6 @@ export default {
ScrollSpy,
Tab,
Toast,
Toggler,
Tooltip
}