mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 06:04:54 +00:00
41 lines
810 B
JSON
41 lines
810 B
JSON
{
|
|
"id": "smoke-custom",
|
|
"name": "Smoke Custom",
|
|
"layout": {
|
|
"type": "single"
|
|
},
|
|
"dataSources": [],
|
|
"components": [
|
|
{
|
|
"id": "custom-section",
|
|
"type": "section",
|
|
"children": [
|
|
{
|
|
"id": "custom-heading",
|
|
"type": "Heading",
|
|
"props": {
|
|
"level": 3,
|
|
"children": "Custom Component Smoke Check"
|
|
}
|
|
},
|
|
{
|
|
"id": "custom-data-card",
|
|
"type": "DataCard",
|
|
"props": {
|
|
"title": "QA Metric",
|
|
"value": "99%",
|
|
"icon": "TrendUp"
|
|
}
|
|
},
|
|
{
|
|
"id": "custom-search",
|
|
"type": "SearchInput",
|
|
"props": {
|
|
"placeholder": "Search QA fixtures..."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|