Toast Pass Through

Pass Through documentation for Toast component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Toast PT Options#

Defines passthrough(pt) options of Toast component.

labeltypedescription
rootToastPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ToastRegion PT Options#

Defines passthrough(pt) options of ToastRegion component.

labeltypedescription
rootToastRegionPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ToastItem PT Options#

Defines passthrough(pt) options of ToastItem component.

labeltypedescription
rootToastPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ToastTitle PT Options#

Defines passthrough(pt) options of ToastTitle component.

labeltypedescription
rootToastTitlePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ToastDescription PT Options#

Defines passthrough(pt) options of ToastDescription component.

labeltypedescription
rootToastPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ToastIcon PT Options#

Defines passthrough(pt) options of ToastIcon component.

labeltypedescription
rootToastPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

ToastAction PT Options#

Defines passthrough(pt) options of ToastAction component.

labeltypedescription
rootToastPassThroughType<ButtonHTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

ToastClose PT Options#

Defines passthrough(pt) options of ToastClose component.

labeltypedescription
rootToastPassThroughType<ButtonHTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.