Card Component implemented

This commit is contained in:
2025-04-29 20:44:39 +03:00
parent 113e43c7d7
commit 0052c92974
26 changed files with 2273 additions and 65 deletions

View File

@@ -18,20 +18,22 @@ npm config set legacy-peer-deps true
# Install base components
echo "🧩 Installing base shadcn/ui components..."
npx shadcn@latest add button --yes
npx shadcn@latest add form --yes
npx shadcn@latest add input --yes
npx shadcn@latest add label --yes
npx shadcn@latest add select --yes
npx shadcn@latest add checkbox --yes
npx shadcn@latest add card --yes
npx shadcn@latest add dialog --yes
npx shadcn@latest add popover --yes
npx shadcn@latest add sonner --yes
npx shadcn@latest add table --yes
npx shadcn@latest add pagination --yes
npx shadcn@latest add calendar --yes
npx shadcn@latest add date-picker --yes
npx shadcn@latest add button -y
npx shadcn@latest add form -y
npx shadcn@latest add input -y
npx shadcn@latest add label -y
npx shadcn@latest add select -y
npx shadcn@latest add checkbox -y
npx shadcn@latest add card -y
npx shadcn@latest add dialog -y
npx shadcn@latest add popover -y
npx shadcn@latest add sonner -y
npx shadcn@latest add table -y
npx shadcn@latest add pagination -y
npx shadcn@latest add calendar -y
npx shadcn@latest add date-picker -y
npx shadcn@latest add skeleton -y
npx shadcn@latest add table -y
# Update any dependencies with legacy peer deps
echo "🔄 Updating dependencies..."