CLI previewInstall commands shown on this site are not released yet.

DocsComponentsData Display

Carousel

Installation

bash
pnpm dlx grassroot add ui/carousel
bash
npx grassroot@latest add ui/carousel
bash
yarn dlx grassroot add ui/carousel
bash
bunx grassroot add ui/carousel

API Reference

CarouselProps
PropTypeDefault
childrenrequiredReact.ReactNode
indexnumber | undefined
defaultIndexnumber | undefined
onIndexChange((index: number) => void) | undefined
loopWrap around past the ends instead of clamping.boolean | undefinedfalse
labelAccessible label for the region.string | undefined"Carousel"
classNamestring | undefined