v0_generate_ui
Generate React UI components from natural language descriptions, outputting TypeScript and Tailwind CSS code with v0 AI.
Instructions
Generate UI components using v0 AI. Creates React components with TypeScript and Tailwind CSS based on natural language descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | v0 model to use for generation | v0-1.5-md |
| prompt | Yes | Detailed description of the UI component to generate (e.g., "A modern login form with email, password fields and a blue submit button") | |
| stream | No | Whether to stream the response (shows generation progress) | |
| context | No | Optional context or existing code to build upon |