diff --git a/packages/ui-react/lib/Carousel/Carousel.tsx b/packages/ui-react/lib/Carousel/Carousel.tsx index 3ff0890..208fdb8 100644 --- a/packages/ui-react/lib/Carousel/Carousel.tsx +++ b/packages/ui-react/lib/Carousel/Carousel.tsx @@ -32,6 +32,10 @@ export interface CarouselProps extends HtmlHTMLAttributes { * isSliding */ isSliding?: boolean; + /** + * className + */ + className?: string; } interface ContentProps { @@ -48,6 +52,7 @@ export const Carousel = React.forwardRef( defaultSelected, selected, isSliding = true, + className, ...rest }, ref, @@ -165,7 +170,7 @@ export const Carousel = React.forwardRef( return (