-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added the component registry for the default kit
- Loading branch information
1 parent
71c6c9e
commit 3e9574f
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} | ||
} |