1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-05 01:31:39 +02:00

Create toast JS plugin, add unit tests.

This commit is contained in:
Johann-S
2018-08-23 19:31:25 +03:00
committed by XhmikosR
parent d0652a1be9
commit 16cf76ff1a
10 changed files with 529 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ import Modal from './modal'
import Popover from './popover'
import Scrollspy from './scrollspy'
import Tab from './tab'
import Toast from './toast'
import Tooltip from './tooltip'
import Util from './util'
@@ -46,5 +47,6 @@ export {
Popover,
Scrollspy,
Tab,
Toast,
Tooltip
}