Recipes
Import shared styles once. These examples use the public React API.
Controlled form
Update React state in onInput and restore it in onReset.
Navigation
Put a router link or button in the action slot. Your router handles navigation.
Modal
Escape and the close button emit onModalClose. The library restores focus.
Async toast
One notification moves from loading to success or error. Dismissing it or unmounting its host prevents it from reappearing when the task finishes.