@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.
14 lines (13 loc) • 576 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TabsTabDataAttributes = void 0;
let TabsTabDataAttributes = exports.TabsTabDataAttributes = /*#__PURE__*/function (TabsTabDataAttributes) {
TabsTabDataAttributes["activationDirection"] = "data-activation-direction";
TabsTabDataAttributes["orientation"] = "data-orientation";
TabsTabDataAttributes["disabled"] = "data-disabled";
TabsTabDataAttributes["highlighted"] = "data-highlighted";
TabsTabDataAttributes["selected"] = "data-selected";
return TabsTabDataAttributes;
}({});