Skip to content

Commit 1725a21

Browse files
committed
add table
1 parent dfc8c9e commit 1725a21

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

chartlets.js/packages/lib/src/plugins/mui/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { Switch } from "./Switch";
1111
import { Tabs } from "./Tabs";
1212
import { Typography } from "./Typography";
1313
import { Slider } from "./Slider";
14+
import { Table } from "@/plugins/mui/Table";
1415

1516
export default function mui(): Plugin {
1617
return {
@@ -25,6 +26,7 @@ export default function mui(): Plugin {
2526
["Select", Select],
2627
["Slider", Slider],
2728
["Switch", Switch],
29+
["Table", Table],
2830
["Tabs", Tabs],
2931
["Typography", Typography],
3032
],

chartlets.py/chartlets/components/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from .select import Select
1313
from .slider import Slider
1414
from .switch import Switch
15+
from .table import Table
1516
from .tabs import Tab
1617
from .tabs import Tabs
1718
from .typography import Typography

0 commit comments

Comments
 (0)