generate_component
Create Tailwind CSS components using AI, specifying type, framework, variant, size, and theme. Supports responsiveness and accessibility for various development environments.
Instructions
Generate Tailwind CSS components with AI assistance using Gemini
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accessibility | No | Include accessibility features | |
description | Yes | Description of the component to generate | |
framework | No | Target framework | react |
responsive | No | Make component responsive | |
size | No | Component size | md |
theme | No | Theme preference | light |
type | Yes | Type of component | |
useShadcn | No | Use shadcn/ui components as base | |
variant | No | Component variant | primary |