@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 SliderTrackDataAttributes = /*#__PURE__*/function (SliderTrackDataAttributes) {
SliderTrackDataAttributes["dragging"] = "data-dragging";
SliderTrackDataAttributes["orientation"] = "data-orientation";
SliderTrackDataAttributes["disabled"] = "data-disabled";
SliderTrackDataAttributes["readonly"] = "data-readonly";
SliderTrackDataAttributes["required"] = "data-required";
SliderTrackDataAttributes["valid"] = "data-valid";
SliderTrackDataAttributes["invalid"] = "data-invalid";
SliderTrackDataAttributes["touched"] = "data-touched";
SliderTrackDataAttributes["dirty"] = "data-dirty";
return SliderTrackDataAttributes;
}({});