Appearance
import { useToast } from '@stratton-cologne/vue-smart-toast' const { showToast } = useToast() showToast({ key: 'saved.ok', type: 'success', message: 'Gespeichert!', duration: 2500, position: 'top-right', })
Weitere Optionen: icon, closable, actions, onClose.
icon
closable
actions
onClose