# Design System Component Generator

This prompt creates a fully‑styled, accessible component, a Storybook story, and a test stub in one LLM call.

## How to use
1. Fill in the placeholders (`{{ComponentName}}`, `{{ComponentType}}`, `{{DesignTokens}}`, `{{AccessibilityRules}}`).
2. Paste the entire prompt (including the markdown block) into your LLM console (GPT‑4, Claude‑3.5, etc.).
3. Copy the generated markdown output into your repo.

## Requirements
- Node 18+ with TypeScript support
- ESLint & Prettier configured in the project
- Storybook v7 installed
- Jest or Playwright for tests