Skip to main content

Aside

Layout: Aside element shadow

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

DescriptionIf true, the element gets position: "fixed"
Attributefixed
Typeboolean
Defaultfalse

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

NameDescription
--wj-aside-widthElement width
--wj-aside-topTop offset of element when using fixed attribute
--wj-aside-border-colorColour of element edges
--wj-aside-border-widthWidth of the edges of the element
--wj-aside-border-styleElement edge style

Slots

No slots available for this component.