For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Toast Notification

System toast that springs in, holds, and slides away.

Customize
1

Installation

$ pnpm dlx shadcn@latest add @framecn/toast-notification

Usage

import { ToastNotification } from "@/components/framecn/toast-notification";
<ToastNotification />

API Reference

ToastNotification

PropTypeDefault
titlestring"Deployment successful"
messagestring"Your changes are live at framecn.dev"
variantToastVariant"success"
backgroundstring"#fafafa"
cardColorstring"white"
textColorstring"#171717"
mutedColorstring"#71717a"
speednumber1
fpsnumberFPS
durationInFramesnumberDURATION_IN_FRAMES
classNamestring-

Notes