You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/skeleton.dev/src/content/docs/framework-components/toast.mdx
+38-4Lines changed: 38 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,9 @@ import TypeSvelteRaw from '@/components/examples/framework-components/toast/svel
49
49
50
50
## Usage
51
51
52
-
This component acts as a Singleton. Implement a single instance of `<Toast.Group>` in the root scope your application, then trigger it anywhere on demand using a shared `createToaster()` instance.
52
+
This component acts as a Singleton. Implement a single instance of `<Toast.Group>` in the root scope your application.
0 commit comments