UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

10 lines (7 loc) 252 B
import type { CarouselSlideTheme } from '../CarouselSlide.vue' const theme: CarouselSlideTheme = { classes: { wrapper: 'absolute w-full h-full shrink-0 overflow-hidden transition-transform duration-300 ease-in-out', }, } export default theme