File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
chartlets.js/packages/lib/src/plugins/mui
chartlets.py/chartlets/components Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { Switch } from "./Switch";
1111import { Tabs } from "./Tabs" ;
1212import { Typography } from "./Typography" ;
1313import { Slider } from "./Slider" ;
14+ import { Table } from "@/plugins/mui/Table" ;
1415
1516export 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 ] ,
Original file line number Diff line number Diff line change 1212from .select import Select
1313from .slider import Slider
1414from .switch import Switch
15+ from .table import Table
1516from .tabs import Tab
1617from .tabs import Tabs
1718from .typography import Typography
You can’t perform that action at this time.
0 commit comments