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.

8 lines 434 B
export let PopoverPopupDataAttributes = /*#__PURE__*/function (PopoverPopupDataAttributes) { PopoverPopupDataAttributes["open"] = "data-open"; PopoverPopupDataAttributes["closed"] = "data-closed"; PopoverPopupDataAttributes["startingStyle"] = "data-starting-style"; PopoverPopupDataAttributes["endingStyle"] = "data-ending-style"; PopoverPopupDataAttributes["side"] = "data-side"; return PopoverPopupDataAttributes; }({});