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.
1 parent 03ca8c7 commit 9e8e3cdCopy full SHA for 9e8e3cd
js/react/lib/components/progress-bar/index.ts
@@ -0,0 +1 @@
1
+export * from "./progress-bar.component";
js/react/showcase/App.tsx
@@ -15,11 +15,11 @@ import {
15
Calendar,
16
CalendarRangeDate,
17
DropdownTree,
18
+ ProgressBar,
19
InputSearch,
20
} from "@rustlanges/react";
21
import { ShowComponent } from "./ShowComponent";
22
import { Fragment, useState } from "react";
-import { ProgressBar } from "@/components/progress-bar/progress-bar.component";
23
24
const collaborator = {
25
avatarUrl:
0 commit comments