Skip to content

Commit

Permalink
added the component registry for the default kit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Mar 1, 2024
1 parent 71c6c9e commit 3e9574f
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions packages/kits/default/registry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"accordion": {
"files": ["accordion.tsx"]
},
"alert": {
"files": ["alert.tsx"]
},
"alert-dialog": {
"registryDependencies": ["button"],
"files": ["alert-dialog.tsx"]
},
"avatar": {
"files": ["avatar.tsx"]
},
"badge": {
"files": ["badge.tsx"]
},
"button": {
"files": ["button.tsx"]
},
"card": {
"files": ["card.tsx"]
},
"checkbox": {
"files": ["checkbox.tsx"]
},
"dialog": {
"files": ["dialog.tsx"]
},
"label": {
"files": ["label.tsx"]
},
"pagination": {
"registryDependencies": ["button"],
"files": ["pagination.tsx"]
},
"progress": {
"files": ["progress.tsx"]
},
"radio-group": {
"files": ["radio-group.tsx"]
},
"separator": {
"files": ["separator.tsx"]
},
"skeleton": {
"files": ["skeleton.tsx"]
},
"slider": {
"files": ["slider.tsx"]
},
"switch": {
"files": ["switch.tsx"]
},
"tabs": {
"files": ["tabs.tsx"]
},
"toggle": {
"files": ["toggle.tsx"]
},
"toggle-group": {
"registryDependencies": ["toggle"],
"files": ["toggle-group.tsx"]
},
"tooltip": {
"files": ["tooltip.tsx"]
}
}

0 comments on commit 3e9574f

Please sign in to comment.