Popover API
API documentation for Popover component
PopoverRoot#
Props#
Defines valid properties in Popover component.
State#
Defines valid state in Popover component.
Exposes#
Defines the methods and properties exposed by Popover component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of Popover component.
| name | type | default | description |
|---|---|---|---|
| root | PopoverRootPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of Popover component.
| values |
|---|
| ComponentInstance<PopoverRootProps, PopoverRootState, PopoverRootExposes> |
PopoverTrigger#
Props#
Defines valid properties in PopoverTrigger component.
Exposes#
Defines the methods and properties exposed by PopoverTrigger component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PopoverTrigger component.
| name | type | default | description |
|---|---|---|---|
| root | PopoverTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PopoverTrigger component.
| values |
|---|
| ComponentInstance<PopoverTriggerProps, PopoverTriggerState, PopoverTriggerExposes> |
PopoverPortal#
Props#
Defines valid properties in PopoverPortal component.
Exposes#
Defines the methods and properties exposed by PopoverPortal component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PopoverPortal component.
| name | type | default | description |
|---|---|---|---|
| root | PopoverPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PopoverPortal component.
| values |
|---|
| ComponentInstance<PopoverPortalProps, PopoverPortalState, PopoverPortalExposes> |
PopoverContent#
Props#
Defines valid properties in PopoverContent component.
Exposes#
Defines the methods and properties exposed by PopoverContent component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PopoverContent component.
| name | type | default | description |
|---|---|---|---|
| root | PopoverContentPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PopoverContent component.
| values |
|---|
| ComponentInstance<PopoverContentProps, PopoverContentState, PopoverContentExposes> |
PopoverClose#
Props#
Defines valid properties in PopoverClose component.
Exposes#
Defines the methods and properties exposed by PopoverClose component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PopoverClose component.
| name | type | default | description |
|---|---|---|---|
| root | PopoverClosePassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PopoverClose component.
| values |
|---|
| ComponentInstance<PopoverCloseProps, PopoverCloseState, PopoverCloseExposes> |