Installation
$ pnpm dlx shadcn@latest add https://pulseui-henna.vercel.app/registry/Toaster.json$ pnpm dlx shadcn@latest add https://pulseui-henna.vercel.app/registry/toast.jsonUsage
Add the below code to top of file inside return()
Add the below code to the onClick event listener of any button
Props
Toaster
| Prop | Type | Default | Values |
|---|---|---|---|
position | string | - | "top-center" | "bottom-center" | "top-left" | "top-right" | "bottom-left" | "bottom-right" |
Description of toast function
The toast function takes an object as an argument which has the following properties
| Property | Type | isCompulsory | Description |
|---|---|---|---|
message | string | true | The toast message that will be displayed |