Update steps.md

Made necessary formatting changes to docs/docs/widgets/steps.md file
This commit is contained in:
Manbhav Sugla 2024-10-25 21:06:20 +05:30 committed by GitHub
parent 450daa7716
commit 6b7b08c3fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,15 +78,17 @@ Under the <b>General</b> accordion, you can set the value in the string format.
<div style={{paddingTop:'24px'}}>
## Layout
## Devices
| <div style={{ width:"100px"}}> Layout </div> | <div style={{ width:"100px"}}> Description </div> | <div style={{ width:"135px"}}> Expected Value </div> |
| <div style={{ width:"100px"}}> Property </div> | <div style={{ width:"100px"}}> Description </div> | <div style={{ width:"135px"}}> Expected Value </div> |
|:--------------- |:----------------------------------------- | :------------------------------------------------------------------------------------------------------------- |
| 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. |
</div>
---
<div style={{paddingTop:'24px'}}>
## Styles