Strata - v1.4.10
    Preparing search index...

    Variable NotificationConst

    Notification: React.FC<NotificationProps> = ...

    Transient Status Notification.

    Provides a non-intrusive way to display status updates, warnings, errors, or achievements. Features automatic timing, progress bars, and icon presets.

    <Notification
    title="Achievement Unlocked!"
    message="You have explored the entire marsh."
    type="success"
    duration={5000}
    />