2 Commits

Author SHA1 Message Date
d8825a0c10 feat(react): add shared module URL to registry.json
A new attribute "shared" has been added to the 'registry.json' file in the React package. This attribute contains the URL to the shared TypeScript module for components.
2024-06-06 22:46:04 +09:00
426297796e feat: add components in registry.json
A new file called registry.json has been created in the public react package. This file maps each component to its specific TypeScript file, acting as a repository for components like Button, Checkbox, Dialog, Input and others.
2024-06-06 19:27:18 +09:00