@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
22 lines (17 loc) • 418 B
JavaScript
'use client';
;
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const anatomy = require('@zag-js/anatomy');
const fieldAnatomy = anatomy.createAnatomy("field").parts(
"root",
"errorText",
"helperText",
"input",
"label",
"select",
"textarea",
"requiredIndicator"
);
const parts = fieldAnatomy.build();
exports.fieldAnatomy = fieldAnatomy;
exports.parts = parts;