Toaster

An opinionated toast component for Vue.

Preview

Dependencies

Installation

Run the following command

bash
npx sigma-ui add toaster

Add the Toaster component

Add the following Toaster component to your App.vue file:

vue
<script setup lang="ts">
import { Toaster } from '@/components/ui/toaster'
</script>

<template>
  <Toaster />
</template>

Examples

Basic

Basic with Dialog

Custom "simple" template

Custom "progress" template

Edit this page on GitHub