Toaster
An opinionated toast component for Vue.
Preview
Dependencies
- The component is based on vue-sonner
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
Sponsors
Support this project