You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportinterfaceToastProviderProps{children?: React.ReactNode;/** * An author-localized label for each toast. Used to help screen reader users * associate the interruption with a toast. * @defaultValue 'Notification' */label?: string;/** * Time in milliseconds that each toast should remain visible for. * @defaultValue 5000 */duration?: number;/** * Direction of pointer swipe that should close the toast. * @defaultValue 'right' */swipeDirection?: SwipeDirection;/** * Distance in pixels that the swipe must pass before a close is triggered. * @defaultValue 50 */swipeThreshold?: number;}
I want toast to show the position on top what do I do, I tried a few things but didn't solve my problem
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want toast to show the position on top what do I do, I tried a few things but didn't solve my problem
For example⬇️:
https://v2.chakra-ui.com/docs/components/toast
Beta Was this translation helpful? Give feedback.
All reactions