generate_component
Create React components for the its-just-ui library with customized props, Tailwind CSS classes, and children content to streamline UI development and integration.
Instructions
Generate an its-just-ui component with specified props and styling
Input Schema
Name | Required | Description | Default |
---|---|---|---|
children | No | Children content for the component | |
className | No | Additional Tailwind CSS classes | |
component | Yes | Name of the its-just-ui component | |
props | No | Props to pass to the component |