Refactor component tree builder

This commit is contained in:
2026-01-18 00:28:28 +00:00
parent 9cb7297f5b
commit 5d0ab1464c
6 changed files with 339 additions and 227 deletions
+27
View File
@@ -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:"
}
}