Currently the expand prop accepts either a boolean or a number to set a fixed count of expanded toasts. But the count of only-expend-in-hover must be 3.
Would like to have something like expandOnHover that allows setting a separate count of toasts to expand on hover.
This would show 3 toasts by default, expanding to 5 on hover.
Is there a plan to support hover expansion? Or any other way to achieve this?
Currently the
expandprop accepts either a boolean or a number to set a fixed count of expanded toasts. But the count of only-expend-in-hover must be 3.Would like to have something like
expandOnHoverthat allows setting a separate count of toasts to expand on hover.This would show 3 toasts by default, expanding to 5 on hover.
Is there a plan to support hover expansion? Or any other way to achieve this?