We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LinearProgress
1 parent e32513f commit 01d2047Copy full SHA for 01d2047
chartlets.js/packages/lib/src/plugins/mui/index.ts
@@ -4,6 +4,7 @@ import { Button } from "./Button";
4
import { Checkbox } from "./Checkbox";
5
import { CircularProgress } from "./CircularProgress";
6
import { IconButton } from "./IconButton";
7
+import { LinearProgress } from "./LinearProgress";
8
import { RadioGroup } from "./RadioGroup";
9
import { Select } from "./Select";
10
import { Switch } from "./Switch";
@@ -19,6 +20,7 @@ export default function mui(): Plugin {
19
20
["Checkbox", Checkbox],
21
["CircularProgress", CircularProgress],
22
["IconButton", IconButton],
23
+ ["LinearProgress", LinearProgress],
24
["RadioGroup", RadioGroup],
25
["Select", Select],
26
["Slider", Slider],
0 commit comments