← Back
FullWidth
A FullWidth
component will break out of the text container and expand to fill the full width of the reader's browser.
Example Code
The full width can be used as a wrapping component:
[FullWidth]
... put your content here ...
[/FullWidth]
or as a property on any other component:
[Chart fullWidth:true /]