UNPKG

@ark-ui/vue

Version:

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

12 lines (7 loc) 350 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const anatomy = require('@zag-js/anatomy'); const fieldsetAnatomy = anatomy.createAnatomy("fieldset").parts("root", "errorText", "helperText", "legend"); const parts = fieldsetAnatomy.build(); exports.fieldsetAnatomy = fieldsetAnatomy; exports.parts = parts;