@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 • 413 B
JavaScript
export let ToolbarGroupDataAttributes = /*#__PURE__*/function (ToolbarGroupDataAttributes) {
/**
* Present when the group is disabled.
*/
ToolbarGroupDataAttributes["disabled"] = "data-disabled";
/**
* Indicates the orientation of the toolbar.
* @type {'horizontal' | 'vertical'}
*/
ToolbarGroupDataAttributes["orientation"] = "data-orientation";
return ToolbarGroupDataAttributes;
}({});