UNPKG

@ark-ui/vue

Version:

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

7 lines (6 loc) 288 B
import { createAnatomy } from "@zag-js/anatomy"; //#region src/components/fieldset/fieldset.anatomy.ts var fieldsetAnatomy = createAnatomy("fieldset").parts("root", "errorText", "helperText", "legend"); var parts = fieldsetAnatomy.build(); //#endregion export { fieldsetAnatomy, parts };