1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +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,4 +16,5 @@ export { default as Popover } from './src/popover.js'
export { default as ScrollSpy } from './src/scrollspy.js'
export { default as Tab } from './src/tab.js'
export { default as Toast } from './src/toast.js'
export { default as Toggler } from './src/toggler.js'
export { default as Tooltip } from './src/tooltip.js'