Gestures
Dock
A macOS-style row of icons that magnify as the pointer approaches them.
Install
import { Dock } from 'vael-ui'Playground
Fruits
horizontal
top
import { Dock } from 'vael-ui'
<Dock orientation="horizontal" :baseSize="48" :maxSize="76" :range="168" :disabled="false" magnify tooltips tooltipSide="top" :items="items">Dock</Dock>