CardCarousel
Live preview for carousel
Live Demo
Component: carousel
Preview + Code
Code
CardCarousel(
  children: const [
    Card(child: Text('Slide 1')),
    Card(child: Text('Slide 2')),
  ],
)

CardCarousel#

Live preview for component 'carousel' in the current Arcane catalog.

See the Component Catalog for source mapping and parity status.

On this page