sonner
agileflow-projectquestorg/sonnerFreeComponent
shadcn/ui publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/projectquestorg/AgileFlow/main/apps/docs/public/r/styles/radix-nova/sonner.jsonSource
1"use client"23import { useTheme } from "next-themes"4import { Toaster as Sonner, type ToasterProps } from "sonner"56import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder"78const Toaster = ({ ...props }: ToasterProps) => {9 const { theme = "system" } = useTheme()1011 return (12 <Sonner13 theme={theme as ToasterProps["theme"]}14 className="toaster group"15 icons={{16 success: (17 <IconPlaceholder18 lucide="CircleCheckIcon"19 tabler="IconCircleCheck"20 hugeicons="CheckmarkCircle02Icon"21 phosphor="CheckCircleIcon"22 className="size-4"23 />24 ),25 info: (26 <IconPlaceholder27 lucide="InfoIcon"28 tabler="IconInfoCircle"29 hugeicons="InformationCircleIcon"30 phosphor="InfoIcon"31 className="size-4"32 />33 ),34 warning: (35 <IconPlaceholder36 lucide="TriangleAlertIcon"37 tabler="IconAlertTriangle"38 hugeicons="Alert02Icon"39 phosphor="WarningIcon"40 className="size-4"41 />42 ),43 error: (44 <IconPlaceholder45 lucide="OctagonXIcon"46 tabler="IconAlertOctagon"47 hugeicons="MultiplicationSignCircleIcon"48 phosphor="XCircleIcon"49 className="size-4"50 />51 ),52 loading: (53 <IconPlaceholder54 lucide="Loader2Icon"55 tabler="IconLoader"56 hugeicons="Loading03Icon"57 phosphor="SpinnerIcon"58 className="size-4 animate-spin"59 />60 ),61 }}62 style={63 {64 "--normal-bg": "var(--popover)",65 "--normal-text": "var(--popover-foreground)",66 "--normal-border": "var(--border)",67 "--border-radius": "var(--radius)",68 } as React.CSSProperties69 }70 toastOptions={{71 classNames: {72 toast: "cn-toast",73 },74 }}75 {...props}76 />77 )78}7980export { Toaster }
What it pulls in
npm packages
Files it writes
More from shadcn/ui
All 133 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| accordionaccordion | shadcn/ui | Components | Free | no deps | |
| alertalert | shadcn/ui | Components | Free | no deps | |
| alert-dialogalert-dialog | shadcn/ui | Components | Free | no deps | |
| aspect-ratioaspect-ratio | shadcn/ui | Components | Free | no deps | |
| avataravatar | shadcn/ui | Components | Free | no deps | |
| badgebadge | shadcn/ui | Components | Free | no deps | |
| breadcrumbbreadcrumb | shadcn/ui | Components | Free | no deps | |
| buttonbutton | shadcn/ui | Components | Free | no deps |
