# wireframe-ui - LLM Context **Purpose:** Wireframe components for React. Skip Figma, prototype in your IDE. **Site:** https://wireframe-ui.vercel.app **Repo:** https://github.com/aguiarsc/wireframe-ui ## Installation ```bash npx shadcn@latest add https://wireframe-ui.vercel.app/r/text ``` ## Core Concept **Wireframe → Production = Same structure, swap placeholders** ```tsx // Wireframe // Production (same layout)

{title}

{alt} ``` ## Key Components ### Text ```tsx // Responsive ``` **Props:** width, size, emphasis, animation, lines, pattern ### Media ```tsx ``` **Props:** type (image|video|audio), aspectRatio (square|video|portrait) ### Card ```tsx ``` ### Section ```tsx
``` **Variants:** hero, content-two-column, feature-grid ### Table ```tsx
``` ### Forms ```tsx