A popover component that provides a dialog-like overlay for displaying additional content.
Name | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | The content to display inside the popover. | |
className | string (optional) | Additional classes to apply for custom styling. | |
...props | ReactAriaPopoverProps | Additional properties from the ReactAriaPopover component. |
Name | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | The content to display inside the popover trigger. | |
...props | DialogTriggerProps | Additional properties from the DialogTrigger component. |
Checkout the official documentation of React Aria Popover