feat: add shadcn/ui stack with 60 best practices
- Add shadcn.csv covering components, theming, forms, a11y - Update core.py to include shadcn stack - Sync to all workflow files and cli assets
This commit is contained in:
@@ -67,7 +67,8 @@ STACK_CONFIG = {
|
||||
"svelte": {"file": "stacks/svelte.csv"},
|
||||
"swiftui": {"file": "stacks/swiftui.csv"},
|
||||
"react-native": {"file": "stacks/react-native.csv"},
|
||||
"flutter": {"file": "stacks/flutter.csv"}
|
||||
"flutter": {"file": "stacks/flutter.csv"},
|
||||
"shadcn": {"file": "stacks/shadcn.csv"}
|
||||
}
|
||||
|
||||
# Common columns for all stacks
|
||||
|
||||
Reference in New Issue
Block a user