mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 06:04:54 +00:00
28 lines
430 B
JSON
28 lines
430 B
JSON
{
|
|
"muiComponents": [
|
|
"Box",
|
|
"Container",
|
|
"Grid",
|
|
"Stack",
|
|
"Paper",
|
|
"Card",
|
|
"CardContent",
|
|
"CardActions",
|
|
"Button",
|
|
"TextField",
|
|
"Typography",
|
|
"AppBar",
|
|
"Toolbar",
|
|
"List",
|
|
"ListItem",
|
|
"ListItemText",
|
|
"Divider",
|
|
"Avatar",
|
|
"Chip",
|
|
"IconButton"
|
|
],
|
|
"prompts": {
|
|
"generateComponentDescription": "Describe the component you want to create:"
|
|
}
|
|
}
|