Search results

ToastPosition API in React Toast API component

An object that is used to configure the Toast X Y positions.

Properties

X

PositionX | number | string

Specifies the position of the Toast notification with respect to the target container’s left edge.

Defaults to ‘Left’

Y

PositionY | number | string

Specifies the position of the Toast notification with respect to the target container’s top edge.

Defaults to ‘Top’

Contents
Contents