I think it would be nice to allow multiple notifications containers, so that we could have different placements for toasts based on the container they are sent to.
After digging in the components i think this changes wouldn't be heavy and i could contribute for this if you agree with this feature request.
My idea would be to allow to pass a custom key for the the useToast and the notifications state and therefore they would have their own references:
Description
Hello!
I think it would be nice to allow multiple notifications containers, so that we could have different placements for toasts based on the container they are sent to.
After digging in the components i think this changes wouldn't be heavy and i could contribute for this if you agree with this feature request.
My idea would be to allow to pass a custom key for the the useToast and the notifications state and therefore they would have their own references:
So now we could have:
And then within your app we could call the toast handler we want:
Let me know what you think and if you'll be interested on this knowing that i could contribute fully to it.
Thanks!
Additional context
No response