Fixed #4470 - Dialog/Toast: new container template

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-19 12:36:33 +03:00
parent 98afeacb55
commit 962ddb1353
6 changed files with 86 additions and 45 deletions

View file

@ -80,6 +80,10 @@ const ToastSlots = [
{
name: 'closeicon',
description: 'Custom close icon template.'
},
{
name: 'container',
description: 'Custom container template.'
}
];