Installation
Examples
Custom Direction
Custom magnification
Props
Dock
Prop | Type | Description | Default |
---|---|---|---|
className | string | Custom CSS class for styling | - |
children | ReactNode | Children elements | - |
magnification | number | Level of icon magnification | 60 |
distance | number | Distance from cursor to magnify icon | 140 |
direction | string | Direction of the dock | "bottom" |
DockIcon
Prop | Type | Description | Default |
---|---|---|---|
size | number | Size of the icon | - |
magnification | number | Level of icon magnification | 60 |
distance | number | Distance from cursor to magnify icon | 140 |
mouseX | any | Mouse X position for magnification | - |
className | string | Custom CSS class for styling | - |
children | React.ReactNode | Children elements | - |
props | PropsWithChildren | Additional props | - |
Credits
- Credits to Build UI for this fantastic component
- Credits to Ritesh Bucha for finding and improving it