v0.1.3
✨ What's Changed
- Add
.default
,.info
,.success
,.error
,.warning
and.info
variants. - Add support for React Server Components (Next.js).
use client
by default. - Disable transitions if the user has disabled them in the system (
prefers-reduced-motion
). - Export
ToastProperties
,ToastProviderProperties
andToastTheme
types.
The first version of the library 🚀