@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.
12 lines • 654 B
JavaScript
export let SliderValueDataAttributes = /*#__PURE__*/function (SliderValueDataAttributes) {
SliderValueDataAttributes["dragging"] = "data-dragging";
SliderValueDataAttributes["orientation"] = "data-orientation";
SliderValueDataAttributes["disabled"] = "data-disabled";
SliderValueDataAttributes["readonly"] = "data-readonly";
SliderValueDataAttributes["required"] = "data-required";
SliderValueDataAttributes["valid"] = "data-valid";
SliderValueDataAttributes["invalid"] = "data-invalid";
SliderValueDataAttributes["touched"] = "data-touched";
SliderValueDataAttributes["dirty"] = "data-dirty";
return SliderValueDataAttributes;
}({});