Table of Contents#
Popover Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| ...props | React.ComponentProps<typeof PopoverPrimitive.Root> | - | All native props supported by the underlying PopoverPrimitive.Root component. |
PopoverAction Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string undefined | - | Additional CSS classes for the Popover action trigger element. |
| outline | boolean | false | If true, applies an outline style to the Popover action trigger. |
| ...props | React.ComponentProps<typeof PopoverPrimitive.Trigger> | - | All native props supported by the underlying PopoverPrimitive.Trigger component. |