Playground

Use search to jump between sections.

MODE
SNIPPET

Use `svileo` from anywhere. The important part is passing options like `title`, `description`, `position`, and `duration`.

Example
import { svileo } from 'svileo';

svileo.success({
  title: 'Saved!',
  description: 'Your changes were applied.',
  position: 'top-center'
});