Aside
Aside is a layout element and is displayed next to the Main element. It is mostly used to display additional information to the main content or navigation.
Basic Usage
For information on using the Aside element, navigate to the Layout documentation.
Attributes and Properties
fixed
Description | If true , the element gets position: "fixed" |
Attribute | fixed |
Type | boolean |
Default | false |
Events
No events available for this component.
Methods
No public methods available for this component.
CSS Shadow Parts
No CSS shadow parts available for this component.
CSS Custom Properties
Name | Description |
---|---|
--wj-aside-width | Element width |
--wj-aside-top | Top offset of element when using fixed attribute |
--wj-aside-border-color | Colour of element edges |
--wj-aside-border-width | Width of the edges of the element |
--wj-aside-border-style | Element edge style |
Slots
No slots available for this component.