sonner
Updatable toast with ID
Updatable toast with ID
Загрузка превью…
src/sonner/c-sonner-21.vue
<script setup lang="ts">
import { Button } from "@/components/ui/button"
</script>
<template>
<div class="flex items-center justify-center">
<Button variant="outline" class="w-fit">Updatable Toast</Button>
</div>
</template>