UNPKG

@ark-ui/vue

Version:

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

7 lines (4 loc) 227 B
import { createAnatomy } from '@zag-js/anatomy'; const fieldsetAnatomy = createAnatomy("fieldset").parts("root", "errorText", "helperText", "legend"); const parts = fieldsetAnatomy.build(); export { fieldsetAnatomy, parts };