feat: add stepper and page view components to SDUI, enhance form handling with dynamic visibility conditions and improved error handling
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "stepper",
|
||||
"visible": true,
|
||||
"data": {
|
||||
"key": "activeStepperIndex",
|
||||
"totalSteps": 5,
|
||||
"activeStep": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user