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 b72caef commit 9cbfea8Copy full SHA for 9cbfea8
config/components.ts
@@ -59,11 +59,11 @@ export const componentConfig: {
59
},
60
select: {
61
name: "select",
62
- filePath: "packages/ui/Form/select.tsx",
+ filePath: "packages/ui/Form/Select.tsx",
63
64
switch: {
65
name: "switch",
66
- filePath: "packages/ui/Form/switch.tsx",
+ filePath: "packages/ui/Form/Switch.tsx",
67
68
text: {
69
name: "text",
packages/ui/Form/index.tsx
@@ -2,5 +2,5 @@ export * from "./Input";
2
export * from "./Textarea";
3
export * from "./Checkbox";
4
export * from "./Radio";
5
-export * from "./select";
6
-export * from "./switch";
+export * from "./Select";
+export * from "./Switch";
0 commit comments