Pass Through documentation for Popover component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Popover component.
label | type | description |
---|---|---|
root | PopoverPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PopoverTrigger component.
label | type | description |
---|---|---|
root | PopoverTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PopoverPortal component.
label | type | description |
---|---|---|
root | PopoverPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PopoverContent component.
label | type | description |
---|---|---|
root | PopoverContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PopoverClose component.
label | type | description |
---|---|---|
root | PopoverClosePassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |