Showcase

An interactive showcase component with smooth content and image transitions.

Loading...

Installation

npx shadcn@latest add @scrollxui/showcase 

Usage

import { Showcase } from '@/components/ui/showcase';
<Showcase items={sections} cycleDelay={6000} mediaClass='h-75 md:h-auto' />

API Reference

Showcase

An interactive showcase component with smooth content and image transitions.

Props

PropertyTypeDefaultDescription
itemsStep[]required
List of showcase steps containing heading, description, and media.
containerClassstring-
Custom classes applied to the root showcase container.
cycleDelaynumber3000
Duration (ms) for the progress bar before auto-advancing.
mediaClassstringh-100
Controls height and layout of the media section.

Built withby Ahdeetai.