Tonic UI is a UI component library for React, built with Emotion and Styled System. It is designed to be easy to use and easy to customize.
125
stars
29
forks
source link
Add `InlineToasts` and `useInlineToasts` examples for inline, non-intrusive notifications in modals and drawer scenarios #933
Closed
cheton closed 3 weeks ago
Usage
Use the
useInlineToasts
hook to manage inline toast notifications:Trigger an inline toast notification:
Display inline toasts on a
Modal
:Components
InlineToastContainer
InlineToasts
useInlineToasts