Skip to Content
✨ QuickCode UI keeps growing! More components, more features, and more ways to make your projects shine. Stay tuned & maybe… hire me or sponsor me 😉 
DocumentationHover Image Link

Hover Image Link

An interactive navigation component that reveals contextual images on hover with smooth animations and spring physics.

Install Dependencies

npx
quickcode-ui add HoverImageLink

Examples

Default

Default Example

Props

PropTypeDefaultDescription
childrenReact.ReactNodeHoverImageLink.Item components
classNamestringundefinedAdditional CSS classes

HoverImageLinkItem

PropTypeDefaultDescription
headingstringMain heading text displayed on the link
subheadingstringundefinedOptional subheading text below the main heading
imageSrcstringSource URL for the hover image
imageAltstringundefinedAlt text for the image (defaults to heading + “preview”)
hrefstring"#"Link destination URL
classNamestringundefinedAdditional CSS classes for the link item
Last updated on