← 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
stringthe float position: left or right.
- Example:
"left"
- Example:
- width
stringthe width of the component, specified in pixels or percentage.
- Example:
"50%" - Default value:
"50%"
- Example:
Example Code
[Float position:"right"]
[/Float]