Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f8a372

Browse files
1865-export-bootstrap-js-components (#2214)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
1 parentd73d78e commit2f8a372

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

‎.changeset/forty-pots-happen.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tabler/core":patch
3+
---
4+
5+
Add Bootstrap components to Tabler JS

‎core/js/tabler.esm.js‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,18 @@ import "./src/toast"
99

1010
export*asbootstrapfrom"bootstrap"
1111
export*astablerfrom"./src/tabler"
12+
13+
export{
14+
Alert,
15+
Modal,
16+
Toast,
17+
Tooltip,
18+
Tab,
19+
Button,
20+
Carousel,
21+
Collapse,
22+
Dropdown,
23+
Popover,
24+
ScrollSpy,
25+
Offcanvas
26+
}from'bootstrap'

‎core/js/tabler.umd.js‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,20 @@ import "./src/toast"
1111
import*asbootstrapfrom"bootstrap"
1212
import*astablerfrom"./src/tabler"
1313

14+
export{
15+
Alert,
16+
Modal,
17+
Toast,
18+
Tooltip,
19+
Tab,
20+
Button,
21+
Carousel,
22+
Collapse,
23+
Dropdown,
24+
Popover,
25+
ScrollSpy,
26+
Offcanvas
27+
}from'bootstrap'
28+
1429
globalThis.bootstrap=bootstrap
1530
globalThis.tabler=tabler

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp