Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 486 Bytes

CarouselItem.mdx

File metadata and controls

22 lines (15 loc) · 486 Bytes
route menu
/components/carousel-item
Components

import { Playground, Props } from 'docz'; import { Carousel } from './Carousel.tsx'; import { CarouselItem } from './CarouselItem.tsx'; import { Button } from './Button.tsx'; import { Image } from './Image.tsx';

CarouselItem

It represents an item or a slide of a Carousel.

Properties

MML string and usage

Refer to the Carousel docs.