dragoon0x/everything-design-taste

snackbar-toast

Snackbar and toast notification design, positioning, auto-dismiss, and action patterns.

First seen Jun 17, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill snackbar-toast

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,134 B
  • docs SUMMARY.md 109 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Snackbar & Toast

Position

  • Desktop: top-right corner
  • Mobile: bottom-center (above bottom nav if present)
  • Stack: newest on top, max 3 visible

Timing

Content Duration
Success confirmation 3 seconds auto-dismiss
Information 4 seconds auto-dismiss
Warning 5 seconds or manual dismiss
Error Manual dismiss only
With action (Undo) 5-8 seconds

Design

  • Dark background for contrast with page (even on light themes)
  • Single line preferred, two lines maximum
  • One optional action button ("Undo", "View", "Retry")
  • Optional close X button
  • Enter: slide in from edge. Exit: fade out.

Rules

  1. Never block important content
  2. Never require user action for non-critical info
  3. Group related notifications ("3 files uploaded" not 3 separate toasts)
  4. Don't use for errors that need detailed explanation (use inline instead)
  5. Pause auto-dismiss timer on hover