Files
metabuilder/packages/ui_home/component/metadata.json
johndoe6345789 736530aa61 Integrate fakemui components with JSON component system
- 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>
2026-01-16 15:15:03 +00:00

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"
}
]
}