-
Notifications
You must be signed in to change notification settings - Fork 349
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This might be outside of the scope for this project, but the ability to have multiple <Toaster>
elements on a page (where toast()
calls could have a ToasterID
passed in) would be pretty cool and add a lot flexibility.
Example:
toast('This appears as a toast relative to the <div> parent', relativeToasterId)
toast('This appears as a normal toast')
...
return (
<>
<div>
<Toaster id={relativeToasterId} />
</div>
<Toaster />
</>
)
oscar-at-seatti, milo-seatti, TrejoCode, ignacio-dev, Nickman87 and 40 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request