UNPKG

@ark-ui/solid

Version:

A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.

8 lines (6 loc) 201 B
// src/components/carousel/carousel.anatomy.ts import { anatomy } from "@zag-js/carousel"; var carouselAnatomy = anatomy.extendWith("progressText", "autoplayIndicator"); export { carouselAnatomy };