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 (10 loc) 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TabsListDataAttributes = void 0; let TabsListDataAttributes = exports.TabsListDataAttributes = /*#__PURE__*/function (TabsListDataAttributes) { TabsListDataAttributes["activationDirection"] = "data-activation-direction"; TabsListDataAttributes["orientation"] = "data-orientation"; return TabsListDataAttributes; }({});