UNPKG

@base-ui-components/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

19 lines (18 loc) 423 B
export declare enum FieldErrorDataAttributes { /** * Present when the field is in valid state. */ valid = "data-valid", /** * Present when the field is in invalid state. */ invalid = "data-invalid", /** * Present when the field has been touched. */ touched = "data-touched", /** * Present when the field's value has changed. */ dirty = "data-dirty" }