UNPKG

@ark-ui/vue

Version:

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

7 lines (4 loc) 170 B
import { createAnatomy } from '@zag-js/anatomy'; const toggleAnatomy = createAnatomy("toggle", ["root", "indicator"]); toggleAnatomy.build(); export { toggleAnatomy };