diff --git a/packages/react/public/registry.json b/packages/react/public/registry.json new file mode 100644 index 0000000..3a9e23a --- /dev/null +++ b/packages/react/public/registry.json @@ -0,0 +1,16 @@ +{ + "base": "https://raw.githubusercontent.com/p-sw/ui/main/packages/react/components/{componentName}", + "components": { + "button": "Button.tsx", + "checkbox": "Checkbox.tsx", + "dialog": "Dialog.tsx", + "drawer": "Drawer.tsx", + "Input": "Input.tsx", + "Label": "Label.tsx", + "popover": "Popover.tsx", + "switch": "Switch.tsx", + "tabs": "Tabs.tsx", + "toast": "Toast.tsx", + "tooltip": "Tooltip.tsx" + } +} \ No newline at end of file