← Back
Float
Content inside of a float will use the CSS float
attribute to float to the left or right of its parent container.
Props
- position
string
the float position: left or right.
- Example:
"left"
- Example:
- width
string
the width of the component, specified in pixels or percentage.
- Example:
"50%"
- Default value:
"50%"
- Example:
Example Code
[Float position:"right"]
[/Float]