Skip to content
Theme:

Ui3nScrollbarVertical

Vertical scrollbar component with customizable appearance and behavior.

Props

NameTypeDefaultDescription
thumbMinHeightstring | number | undefinedMIN_HEIGHT No description provided
thumbHeightstring | number | undefined"auto" No description provided
thumbRadiusstring | number | undefined4 No description provided
thumbColorstring | undefined"var(--color-bg-control-accent-default)" No description provided
thumbHoverColorstring | undefined"var(--color-bg-control-accent-hover)" No description provided
thumbActiveColorstring | undefined"var(--color-bg-control-accent-focused)" No description provided
trackWidthnumber | undefined6 No description provided
trackRadiusstring | number | undefined4 No description provided
trackColorstring | undefined"transparent" No description provided
autoUpdateboolean | undefinedtrue No description provided

Events

Event NameArguments / Value TypeDescription
scrollvalue: Event

Slots

Slot NameScope Props (v-slot)Description
#default

Default slot

Public Methods & Exposes

Method NameSignature / TypeDescription
scrollTo()(options: ScrollToOptions) => void
getContainer()() => HTMLDivElement
updateMetrics()() => void

Usage Examples

Simple vertical scrollbar

Simple vertical scrollbar

Basic vertical scrollbar with content

Custom styled scrollbar

Custom styled scrollbar

Scrollbar with custom colors and dimensions