Command Palette
Search for a command to run...
Loading component...
ExpandOnHover vertical
A beautiful vertical hover expand gallery with smooth animations and interactive effects. Features a stunning vertical expand effect that creates depth and visual interest with hover interactions and customizable options.
Dependencies
Interaction Type
Try hovering over the images | |
Observe vertical expand effect |
with shacn cli3.0
//components.json
"registries": {
"@skiper-ui": "https://skiper-ui.com//registry/{name}.json"
}
npx shadcn add @skiper-ui/skiper53
OR with old shacncli
npx shadcn@latest add https://skiper-ui.com/registry/skiper53.json
How to use
import { HoverExpand_002 } from "@/components/v1/skiper53"; // Using the hover expand component with custom images const CustomHoverExpand = () => { const images = [ { src: "/path/to/image1.jpg", alt: "Description 1", code: "# 01", }, { src: "/path/to/image2.jpg", alt: "Description 2", code: "# 02", }, // ... more images ]; return <HoverExpand_002 images={images} className="" />; };
Props | Description |
---|---|
images | Array of image objects with src, alt, and code properties |
className | Additional CSS classes for styling |
Attribution
Illustrations by AarzooAly
Source code
Click on the top right to view the source code
Keep in mind
Most components here are recreations of the best out there. I don't claim to be the original creator. This is my attempt to reverse-engineer, replicate, and often add a few extra features. I've tried to credit everyone, but if I missed something, let me know.
Contact
Additionlly, if you find any bug or issue, feel free toDrop a dm.
License & Usage:
- Free to use and modify in both personal and commercial projects.
- Attribution to Skiper UI is required when using the free version.
- No attribution required with Skiper UI Pro.