From 3fbb9a18372f2b6a675dd6c039ba52be76f3eeb4 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 16 Jan 2026 08:30:14 +0900 Subject: updates --- ui/shadcn/.claude/commands/add.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ui/shadcn/.claude/commands/add.md (limited to 'ui/shadcn/.claude/commands/add.md') diff --git a/ui/shadcn/.claude/commands/add.md b/ui/shadcn/.claude/commands/add.md new file mode 100644 index 0000000..353b229 --- /dev/null +++ b/ui/shadcn/.claude/commands/add.md @@ -0,0 +1,17 @@ +--- +description: Add shadcn/ui component to project +argument-hint: "[component-name] [variant]" +allowed-tools: Bash, Read, Write, Edit +--- + +Add shadcn/ui component: $ARGUMENTS + +Steps: +1. Check if components.json exists +2. Install the specified component using shadcn CLI +3. Update imports and dependencies if needed +4. Show component usage examples + +Available components: button, card, dialog, form, input, label, select, table, toast, etc. + +Example: `/add button` or `/add dialog form` -- cgit v1.2.3