<%= pb_rails("button", props: { text: "Show Auto Close Toast", variant: "secondary", data: { toast: "#toast-auto-close" } }) %> <%= pb_rails("button", props: { text: "Show Closeable Auto Close Toast", variant: "secondary", data: { toast: "#toast-auto-close-closeable" } }) %> <%= pb_rails("fixed_confirmation_toast", props: { auto_close: 3000, id: "toast-auto-close", text: "I will disappear in 3 seconds.", status: "tip", vertical: "top", horizontal: "center" }) %> <%= pb_rails("fixed_confirmation_toast", props: { auto_close: 10000, closeable: true, id: "toast-auto-close-closeable", text: "I will disappear in 10 seconds.", status: "tip", vertical: "top", horizontal: "center" }) %>