Skip to content

Commit 01d2047

Browse files
committed
added missing LinearProgress
1 parent e32513f commit 01d2047

File tree

1 file changed

+2
-0
lines changed
  • chartlets.js/packages/lib/src/plugins/mui

1 file changed

+2
-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
@@ -4,6 +4,7 @@ import { Button } from "./Button";
44
import { Checkbox } from "./Checkbox";
55
import { CircularProgress } from "./CircularProgress";
66
import { IconButton } from "./IconButton";
7+
import { LinearProgress } from "./LinearProgress";
78
import { RadioGroup } from "./RadioGroup";
89
import { Select } from "./Select";
910
import { Switch } from "./Switch";
@@ -19,6 +20,7 @@ export default function mui(): Plugin {
1920
["Checkbox", Checkbox],
2021
["CircularProgress", CircularProgress],
2122
["IconButton", IconButton],
23+
["LinearProgress", LinearProgress],
2224
["RadioGroup", RadioGroup],
2325
["Select", Select],
2426
["Slider", Slider],

0 commit comments

Comments
 (0)