use-design-system/Toast

Render customizable Toast notifications with timers and action buttons in React.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tokijh/minapp --skill use-design-system-toast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-design-system/Toast
Source: https://github.com/tokijh/minapp/tree/main/.claude/skills/use-design-system/subskills/Toast
Command: npx skills add https://github.com/tokijh/minapp --skill use-design-system-toast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized way to display temporary, non-intrusive notifications to users, informing them about the status of an action or providing brief messages.

Core Features & Use Cases

  • Customizable Notifications: Supports various types (success, error, warning, info) with optional icons and action buttons.
  • Flexible Placement: Can be displayed at the top or bottom of the screen.
  • Automatic Dismissal: Notifications can automatically close after a set duration, with an option to disable this for manual control.
  • Use Case: After a user successfully saves a form, a "success" toast message appears at the bottom of the screen for 3 seconds, confirming the action. If an error occurs, an "error" toast with a "Retry" button might be displayed.

Quick Start

Use the Toast skill to display a success message that reads 'Settings saved successfully'.

Frequently Asked Questions about use-design-system/Toast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I display temporary notifications in a React application?

To display temporary notifications in a React application, use a Toast component to render non-intrusive user feedback. It handles display logic, automatic dismissal timers, and user interactions via optional buttons for diverse scenarios.

Can I customize the position of a React Toast notification?

Yes, you can customize the position of a React Toast notification. The component supports flexible placement, allowing you to display the temporary feedback messages at either the top or bottom of the screen.

How do I show a success message after a user saves a form in React?

To show a success message after a user saves a form in React, trigger a Toast notification. It supports various types like success and error, often utilizing custom icons and optional action buttons such as Retry.

Can I disable automatic dismissal for a React Toast component?

Yes, you can disable automatic dismissal for a React Toast component. Notifications can automatically close after a set duration, but this feature can be disabled to allow manual control over when the feedback disappears.

What is the best way to handle non-intrusive user feedback in a React UI?

The best way to handle non-intrusive user feedback in a React UI is using a standardized Toast component. It informs users about action statuses with customizable icons, positioning, and automatic dismissal without interrupting their workflow.