mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-05-02 17:44:52 +00:00
Refactor component tree builder
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user