@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
21 lines (16 loc) • 404 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const anatomy = require('@zag-js/anatomy');
const fieldAnatomy = anatomy.createAnatomy("field").parts(
"root",
"errorText",
"helperText",
"input",
"label",
"select",
"textarea",
"requiredIndicator"
);
const parts = fieldAnatomy.build();
exports.fieldAnatomy = fieldAnatomy;
exports.parts = parts;
;