UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

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