@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
7 lines (6 loc) • 302 B
JavaScript
//#region src/components/fieldset/fieldset.anatomy.ts
var fieldsetAnatomy = (0, require("@zag-js/anatomy").createAnatomy)("fieldset").parts("root", "errorText", "helperText", "legend");
var parts = fieldsetAnatomy.build();
//#endregion
exports.fieldsetAnatomy = fieldsetAnatomy;
exports.parts = parts;