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