pswui/registry.json
2024-06-13 19:27:58 +00:00

20 lines
646 B
JSON

{
"base": "https://raw.githubusercontent.com/pswui/ui",
"paths": {
"components": "/main/packages/react/components/{componentName}",
"lib": "/main/packages/react/lib.tsx"
},
"components": {
"button": { "name": "Button.tsx" },
"checkbox": { "name": "Checkbox.tsx" },
"dialog": { "name": "Dialog.tsx" },
"drawer": { "name": "Drawer.tsx" },
"input": { "name": "Input.tsx" },
"label": { "name": "Label.tsx" },
"popover": { "name": "Popover.tsx" },
"switch": { "name": "Switch.tsx" },
"tabs": { "name": "Tabs.tsx" },
"toast": { "name": "Toast.tsx" },
"tooltip": {"name": "Tooltip.tsx" }
}
}