UNPKG

@ark-ui/vue

Version:

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

16 lines (13 loc) 284 B
import { createAnatomy } from '@zag-js/anatomy'; const fieldAnatomy = createAnatomy("field").parts( "root", "errorText", "helperText", "input", "label", "select", "textarea", "requiredIndicator" ); const parts = fieldAnatomy.build(); export { fieldAnatomy, parts };