Playground
The live code snippet updates as you change the controls.
MODE
SNIPPET
This preview updates from your form values. Copy and adapt it for action toasts, wire your own onClick logic.
Example
import { svileo } from 'svileo';
svileo.success({
title: "Saved!",
description: "Your change has been applied.",
duration: 4500,
position: "top-center"
});