View Magnifier

View Magnifier

January 2025

View Magnifier

Loading...

Installation

pnpm dlx shadcn@latest add "https://bucharitesh.in/r/view-magnifier"

Props

PropTypeDescriptionDefault
childrenReact.ReactNodeChildren to be magnified
classNamestringAdditional classes for the container
maxScalenumberMaximum scale of the magnifier1.8
onScaleChange(isActive: boolean) => voidCallback function when the scale changes
onMaxScaleReached(isAtMax: boolean) => voidCallback function when the maximum scale is reached

Examples

Example 1

Loading...