v1.0 is now Production Ready
vyrn
The Headless Toast System Built for Modern Web Apps
Type Safe
< 1kb Gzipped
Zero Dependencies
Install globally or add to your project
01
Interactive Playground
vyrn.dev/preview
Toast Playground
Trigger notifications below to see animations & layout in action.
Standard Feedback
Advanced Integrations
bottom-center — stack
Configuration
Position on Screen
Swipe Interaction
Appearance & Features
Props Preview
Preview Configuration
Current Configuration:
<Toaster
position="bottom-center"
swipeDirection="left"
maxToasts{5}
layout="stack"
showCloseButton{false}
showProgressBar{true}
color{true}
/>02
Integration
1. Provider Setup
App.tsx
typescript
2. Component Implementation
Component.tsx
typescript
03