Co-authored-by: Paweł Kuna <[email protected]>
@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+
+Add Bootstrap components to Tabler JS
@@ -9,3 +9,18 @@ import "./src/toast"
export * as bootstrap from "bootstrap"
export * as tabler from "./src/tabler"
+export {
+ Alert,
+ Modal,
+ Toast,
+ Tooltip,
+ Tab,
+ Button,
+ Carousel,
+ Collapse,
+ Dropdown,
+ Popover,
+ ScrollSpy,
+ Offcanvas
+} from 'bootstrap'
@@ -11,5 +11,20 @@ import "./src/toast"
import * as bootstrap from "bootstrap"
import * as tabler from "./src/tabler"
globalThis.bootstrap = bootstrap
globalThis.tabler = tabler