UNPKG

@ark-ui/react

Version:

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

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