kuzenbo-notifications-usage

Kuzenbo Notifications Usage

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kuzenbo-notifications-usage" with this command: npx skills add kuzenbodev/kuzenbo/kuzenbodev-kuzenbo-kuzenbo-notifications-usage

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 ToastProvider near app root before using notification hooks.

Toast Workflow

  • Import from @kuzenbo/notifications/ui/toast .

  • Use useToast() for most flows (success , error , info , warning , loading , promise ).

  • Use namespace primitives (Toast.Root , Toast.Content , etc.) only when custom composition is needed.

  • Keep toast copy short, action-oriented, and non-blocking.

Guardrails

  • ToastProvider must exist in tree before calling useToast .

  • Use public @kuzenbo/notifications/ui/toast surface only.

  • Prefer toast.promise(...) for async lifecycle feedback.

  • If a requested capability is missing, fall back to exported primitives in references/toast-api.md .

References

  • references/toast-api.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

base-ui-forms-and-validation

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

kuzenbo-hooks-usage

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

base-ui-handbook-foundations

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

kuzenbo-theme-runtime

No summary provided by upstream source.

Repository SourceNeeds Review