mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Merge pull request #202 from johndoe6345789/codex/add-build-step-for-typescript-union-generation
Generate JSON UI component types from registry and wire into dev/build
This commit is contained in:
@@ -21,6 +21,60 @@
|
||||
"icons": []
|
||||
},
|
||||
"components": [
|
||||
{
|
||||
"type": "div",
|
||||
"name": "div",
|
||||
"category": "layout",
|
||||
"canHaveChildren": true,
|
||||
"description": "Generic block container",
|
||||
"status": "supported",
|
||||
"source": "primitive"
|
||||
},
|
||||
{
|
||||
"type": "section",
|
||||
"name": "section",
|
||||
"category": "layout",
|
||||
"canHaveChildren": true,
|
||||
"description": "Semantic section container",
|
||||
"status": "supported",
|
||||
"source": "primitive"
|
||||
},
|
||||
{
|
||||
"type": "article",
|
||||
"name": "article",
|
||||
"category": "layout",
|
||||
"canHaveChildren": true,
|
||||
"description": "Semantic article container",
|
||||
"status": "supported",
|
||||
"source": "primitive"
|
||||
},
|
||||
{
|
||||
"type": "header",
|
||||
"name": "header",
|
||||
"category": "layout",
|
||||
"canHaveChildren": true,
|
||||
"description": "Semantic header container",
|
||||
"status": "supported",
|
||||
"source": "primitive"
|
||||
},
|
||||
{
|
||||
"type": "footer",
|
||||
"name": "footer",
|
||||
"category": "layout",
|
||||
"canHaveChildren": true,
|
||||
"description": "Semantic footer container",
|
||||
"status": "supported",
|
||||
"source": "primitive"
|
||||
},
|
||||
{
|
||||
"type": "main",
|
||||
"name": "main",
|
||||
"category": "layout",
|
||||
"canHaveChildren": true,
|
||||
"description": "Semantic main container",
|
||||
"status": "supported",
|
||||
"source": "primitive"
|
||||
},
|
||||
{
|
||||
"type": "ActionCard",
|
||||
"name": "ActionCard",
|
||||
|
||||
Reference in New Issue
Block a user