kuzenbo-notifications-usage

Installation
SKILL.md

Kuzenbo Notifications Usage

Use this skill for external app code that consumes the stable public package @kuzenbo/notifications@0.0.6.

Runtime Setup

  1. Install runtime dependencies:
npm install @kuzenbo/notifications @kuzenbo/core @kuzenbo/theme
  1. Load theme CSS once:
import "@kuzenbo/theme/prebuilt/kuzenbo.css";
  1. Add ToastProvider near app root before using notification hooks.
Installs
4
GitHub Stars
1
First Seen
Feb 28, 2026
kuzenbo-notifications-usage — kuzenbodev/kuzenbo