Affix

Fix the element to a specific visible area.

Basic Usage

Affix is fixed at the top of the page by default.

Target Container

You can set target attribute to keep the affix in the container at all times. It will be hidden if out of range.

Fixed Position

The affix component provides two fixed positions: top and bottom.

Affix API

Affix Attributes

NameDescriptionTypeDefaultRequired
offsetoffset distance.number0No
positionposition of affix.enum'top'No
targettarget container. (CSS selector)stringNo
z-indexz-index of affixnumber100No

Affix Events

NameDescriptionType
changetriggers when fixed state changed.Function
scrolltriggers when scrolling.Function

Affix Exposes

MethodDescriptionType
updateupdate affix state manuallyFunction
updateRootupdate rootRect infoFunction

Affix Slots

NameDescription
defaultcustomize default content.