@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
7 lines (6 loc) • 321 B
JavaScript
import { createAnatomy } from "@zag-js/anatomy";
//#region src/components/field/field.anatomy.ts
var fieldAnatomy = createAnatomy("field").parts("root", "errorText", "helperText", "input", "label", "select", "textarea", "requiredIndicator");
var parts = fieldAnatomy.build();
//#endregion
export { fieldAnatomy, parts };