@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
JavaScript
;
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;