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
- Install runtime dependencies:
npm install @kuzenbo/notifications @kuzenbo/core @kuzenbo/theme
- Load theme CSS once:
import "@kuzenbo/theme/prebuilt/kuzenbo.css";
- Add
ToastProvidernear app root before using notification hooks.