DEV: Add option to float-kit toast to force auto-close (#24022)

This commit is contained in:
Mark VanLandingham
2023-10-19 10:14:49 -05:00
committed by GitHub
parent 00aa81a271
commit cfbe16f9cc
3 changed files with 8 additions and 0 deletions

View File

@ -70,6 +70,7 @@ import DDefaultToast from "float-kit/components/d-default-toast";
export const TOAST = {
options: {
autoClose: true,
forceAutoClose: false,
duration: 3000,
component: DDefaultToast,
},