You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use different paths for built in shadcn components vs geist components
We want to avoid maintain copy / submodule of original shadcn
We need nested components
Current approach
Modified from build-registry.mts
support shadcnRegistries to remap deps
support nested folder
turn out we need to maintain dependencies in registry-ui.ts etc quite explicitly as in shadcn
for now it is better to stack with namespacing components with snake case in file name over nested folder
e.g. identity_address-badge
seems shadcn do not have good support for nested folder e.g. ui/identity/address-badge.tsx
using name as identity/address-badge we're able to generate the .json and folders,
however at install it will be ignored and always write to ui/address-badge.tsx
target field in generated .json can override that but it is very forceful and do not honour the alias configured in componetns.json
restructure repo first DAPPK-53
move out components from storybook
schema setup
deps - generate?
cli testing
Note how shadcn work
Huly®: DAPPK-43
The text was updated successfully, but these errors were encountered: