Command Palette

Search for a command to run...

Loading component...

Components free ExpandOnHover

ExpandOnHover

A beautiful hover expand gallery with smooth animations and interactive effects. Features a stunning horizontal 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/skiper52

OR with old shacncli

 npx shadcn@latest add https://skiper-ui.com/registry/skiper52.json

How to use

import { HoverExpand_001 } from "@/components/v1/skiper52";

// 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_001 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 to
Drop 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.