Fixed #1354 - Responsive Toast

This commit is contained in:
Tuğçe Küçükoğlu 2021-06-16 13:00:57 +03:00
parent cbc0b98846
commit 71e93a1bf8
4 changed files with 69 additions and 2 deletions

View file

@ -22,6 +22,12 @@ const ToastProps = [
type: "number",
default: "0",
description: "Base zIndex value to use in layering."
},
{
name: "breakpoints",
type: "object",
default: "null",
description: "Object literal to define widths per screen size."
}
];