Notification
A notification component for system-level messages.
Variants
Success
Your changes have been saved successfully.
Error
There was an error processing your request.
Information
A new update is available for your account.
Default
This is a standard notification message.
Usage
Code Example
import { Notification } from "cephalopod-design-system"
<Notification
title="Success"
description="Your changes have been saved successfully."
type="success"
onClose={() => {}}
/>