generate_mui_component
Generate Material-UI React components with specified props and customization for building user interfaces.
Instructions
Generate a complete MUI component with specified props and customization
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_name | Yes | The MUI component to generate (e.g., Button, TextField) | |
| props | No | Props to apply to the component as key-value pairs | |
| children | No | Content/children for the component |