diff --git a/docs/docs/widgets/steps.md b/docs/docs/widgets/steps.md index b49397b365..f95d4429ea 100644 --- a/docs/docs/widgets/steps.md +++ b/docs/docs/widgets/steps.md @@ -78,15 +78,17 @@ Under the General accordion, you can set the value in the string format.
-## Layout +## Devices -|
Layout
|
Description
|
Expected Value
| +|
Property
|
Description
|
Expected Value
| |:--------------- |:----------------------------------------- | :------------------------------------------------------------------------------------------------------------- | -| Show on desktop | Toggle on or off to display desktop view. | You can programmatically determining the value by clicking on **fx** to set the value `{{true}}` or `{{false}}`. | -| Show on mobile | Toggle on or off to display mobile view. | You can programmatically determining the value by clicking on **fx** to set the value `{{true}}` or `{{false}}`. | +| Show on desktop | Makes the component visible in desktop view. | You can set it with the toggle button or dynamically configure the value by clicking on **fx** and entering a logical expression. | +| Show on mobile | Makes the component visible in mobile view. | You can set it with the toggle button or dynamically configure the value by clicking on **fx** and entering a logical expression. |
+--- +
## Styles