@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 • 690 B
JavaScript
export let NumberFieldScrubAreaDataAttributes = /*#__PURE__*/function (NumberFieldScrubAreaDataAttributes) {
NumberFieldScrubAreaDataAttributes["scrubbing"] = "data-scrubbing";
NumberFieldScrubAreaDataAttributes["disabled"] = "data-disabled";
NumberFieldScrubAreaDataAttributes["readonly"] = "data-readonly";
NumberFieldScrubAreaDataAttributes["required"] = "data-required";
NumberFieldScrubAreaDataAttributes["valid"] = "data-valid";
NumberFieldScrubAreaDataAttributes["invalid"] = "data-invalid";
NumberFieldScrubAreaDataAttributes["touched"] = "data-touched";
NumberFieldScrubAreaDataAttributes["dirty"] = "data-dirty";
return NumberFieldScrubAreaDataAttributes;
}({});