Display a custom component instead of the default Toast UI. Show Toast. function CustomToastExample() { const toast = useToast() return ( <Button onClick={() => ...
確定! 回上一頁