Frontend UI Shadcn

Standardized guidelines and patterns for Frontend Ui Shadcn.

valec3 ef52df8 910 B Updated

File contents

Frontend Ui Shadcn

When to use this skill

  • Using shadcn/ui components
  • Customizing shadcn components
  • Building with shadcn design system

Workflow

  • Install shadcn/ui
  • Add components via CLI
  • Customize in components/ui
  • Apply design tokens
  • Compose reusable patterns

Instructions

Installation

npx shadcn-ui@latest init
npx shadcn-ui@latest add button

Usage

import { Button } from '@/components/ui/button';

<Button variant="default">Click me</Button>
<Button variant="destructive">Delete</Button>
<Button variant="outline">Cancel</Button>

Customization

Components are in components/ui/ - modify directly.

Resources

  • Components are yours to own
  • Built on Radix UI primitives
  • Fully customizable with Tailwind

valec3/Agents.skills.md/tree/main/.agent/skills/frontend-ui-shadcn commit ef52df8562

Frequently asked questions

npx skillmds add valec3/frontend-ui-shadcn