UNPKG

@ark-ui/vue

Version:

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

11 lines (6 loc) 275 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const anatomy = require('@zag-js/anatomy'); const toggleAnatomy = anatomy.createAnatomy("toggle", ["root", "indicator"]); toggleAnatomy.build(); exports.toggleAnatomy = toggleAnatomy;