How do I add icon to a Toast #4090
Davidson3556
started this conversation in
General
Replies: 2 comments
-
|
This needs to be added to the docs |
Beta Was this translation helpful? Give feedback.
0 replies
-
toast({
description: (
<div>
<h2 className="font-semibold text-md">
<span><CheckCircleIcon className="h-6 w-6 mr-2 text-green-500 inline" /></span>
Product updated!
</h2>
</div>
),
})i use lucide react for the icons! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please how do I add an icon in the description in the toast message.
Beta Was this translation helpful? Give feedback.
All reactions