Notification

A notification component for system-level messages.

Variants

Usage

Code Example
import { Notification } from "cephalopod-design-system"

<Notification
  title="Success"
  description="Your changes have been saved successfully."
  type="success"
  onClose={() => {}}
/>