@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
13 lines (8 loc) • 364 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const anatomy = require('@zag-js/anatomy');
const fieldsetAnatomy = anatomy.createAnatomy("fieldset").parts("root", "errorText", "helperText", "legend");
const parts = fieldsetAnatomy.build();
exports.fieldsetAnatomy = fieldsetAnatomy;
exports.parts = parts;