apply_material_ui_best_practices
Apply Material-UI best practices to React components using theme.spacing, alpha functions, and sx prop for consistent styling and improved user interface design.
Instructions
Aplica best practices do Material-UI (theme.spacing, alpha, sx prop)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component | Yes | Código do componente ou nome do arquivo |
Input Schema (JSON Schema)
{
"properties": {
"component": {
"description": "Código do componente ou nome do arquivo",
"type": "string"
}
},
"required": [
"component"
],
"type": "object"
}