MCPcopy
hub / github.com/Snouzy/workout-cool / brandedToast

Function brandedToast

src/components/ui/toast.tsx:155–157  ·  view source on GitHub ↗
(options: BrandedToastOptions)

Source from the content-addressed store, hash-verified

153};
154
155function brandedToast(options: BrandedToastOptions) {
156 toast(<BrandedToastContent {...options} />);
157}
158
159export {
160 type ToastProps,

Callers 9

resetPasswordFunction · 0.90
resendFunction · 0.90
useSignUpFunction · 0.90
signInFunction · 0.90
handleToggleFavoriteFunction · 0.90
DialogProvider.tsxFile · 0.90
onSubmitFunction · 0.90
onSubmitFunction · 0.90
handleSubmitFunction · 0.90

Calls 1

toastFunction · 0.85

Tested by

no test coverage detected