Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 443 Bytes

File metadata and controls

29 lines (19 loc) · 443 Bytes

Toast

Wrapper around PrimeVue Toast for displaying transient notifications.

import { Toast } from '@atlas/ui';

Usage

<Toast />

API

Props

  • None.

Slots

  • icon – Replaces the default status icon.
  • closeicon – Replaces the dismiss button icon.
  • * – Any other slots are forwarded to PrimeVue Toast.

Events

  • None.

Refer to the PrimeVue Toast API.