Loading...
The Icon component creates customizable, interactive pixel-based icons. It supports hover effects, color changes, and pixel shape customization.
Installation
npx shadcn@latest add "https://bucharitesh.in/r/view-magnifier"
Props
Prop | Type | Description | Default |
---|---|---|---|
children | React.ReactNode | Children to be magnified | |
className | string | Additional classes for the container | |
maxScale | number | Maximum scale of the magnifier | 1.8 |
onScaleChange | (isActive: boolean) => void | Callback function when the scale changes | |
onMaxScaleReached | (isAtMax: boolean) => void | Callback function when the maximum scale is reached |
Examples
Loading...