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.

11 lines 635 B
export let NumberFieldRootDataAttributes = /*#__PURE__*/function (NumberFieldRootDataAttributes) { NumberFieldRootDataAttributes["scrubbing"] = "data-scrubbing"; NumberFieldRootDataAttributes["disabled"] = "data-disabled"; NumberFieldRootDataAttributes["readonly"] = "data-readonly"; NumberFieldRootDataAttributes["required"] = "data-required"; NumberFieldRootDataAttributes["valid"] = "data-valid"; NumberFieldRootDataAttributes["invalid"] = "data-invalid"; NumberFieldRootDataAttributes["touched"] = "data-touched"; NumberFieldRootDataAttributes["dirty"] = "data-dirty"; return NumberFieldRootDataAttributes; }({});