mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
- Create FAKEMUI_REGISTRY mapping all 131+ fakemui components (form, display, layout, navigation, modal, table, icons, feedback, advanced) - Update JSON renderer to use fakemui by default - Add component category mapping for easier lookup - Create example component definitions in ui_home package demonstrating fakemui integration - Add comprehensive FAKEMUI_INTEGRATION.md guide with component inventory, template syntax, usage patterns, and best practices - Add COMPONENT_MAPPING.md documenting all available components and integration status This enables fully declarative JSON-based UI components rendered with Material Design fakemui library, allowing non-code customization of all UI elements. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
27 lines
467 B
JSON
27 lines
467 B
JSON
{
|
|
"entityType": "component",
|
|
"description": "UI Home package components",
|
|
"components": [
|
|
{
|
|
"id": "comp_home_button",
|
|
"name": "Home Page Button"
|
|
},
|
|
{
|
|
"id": "comp_home_card",
|
|
"name": "Feature Card"
|
|
},
|
|
{
|
|
"id": "comp_home_hero",
|
|
"name": "Hero Section"
|
|
},
|
|
{
|
|
"id": "comp_home_form",
|
|
"name": "Contact Form"
|
|
},
|
|
{
|
|
"id": "comp_home_grid",
|
|
"name": "Feature Grid"
|
|
}
|
|
]
|
|
}
|