Command Palette
Search for a command to run...
Loading component...
Shadcn clipPath Carousal
A beautiful carousel with clip-path animations and smooth transitions. Features a stunning clip-path effect that creates depth and visual interest with centered slides and customizable options.
Dependencies
Interaction Type
Try swiping or dragging images | |
Try clicking on the navigation buttons | |
Observe clip-path animation with smooth transitions | |
Optional autoplay with customizable timing |
with shacn cli3.0
//components.json
"registries": {
"@skiper-ui": "https://skiper-ui.com//registry/{name}.json"
}
npx shadcn add @skiper-ui/skiper54
OR with old shacncli
npx shadcn@latest add https://skiper-ui.com/registry/skiper54.json
Manual setup
# install dependencies npm embla-carousel-autoplay npm i framer-motion npx shadcn@latest add carousel
import { Carousel_006 } from "@/components/v1/skiper54"; // Using the carousel component with custom images const CustomCarousel = () => { const images = [ { src: "/path/to/image1.jpg", alt: "Description 1", title: "Image Title 1", }, { src: "/path/to/image2.jpg", alt: "Description 2", title: "Image Title 2", }, // ... more images ]; return ( <Carousel_006 images={images} showPagination={true} showNavigation={true} loop={true} autoplay={true} /> ); };
Props | Description |
---|---|
images | Array of image objects with src, alt, and title properties |
className | Additional CSS classes for styling |
showPagination | Show pagination dots at the bottom |
showNavigation | Show navigation arrows |
loop | Enable infinite loop |
autoplay | Enable automatic slideshow |
Attribution
Illustrations by AarzooAly - Used with permission for demonstration purposes.
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.