Success!
Your changes have been saved.
Toast
FeedbackToast notification component
toastnotificationalert
Installation
$
Usage
tsx
import { Toast } from "@/components/nonaxial/toast"
export default function Example() {
return (
<Toast>{/* Your content here */}</Toast>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |