We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313cd7a commit 20117b9Copy full SHA for 20117b9
1 file changed
src/routes/reference/components/suspense-list.mdx
@@ -16,6 +16,10 @@ description: >-
16
Coordinate how multiple suspense boundaries reveal their content.
17
---
18
19
+:::[warning]
20
+This is an experimental component
21
+:::
22
+
23
`<SuspenseList>` coordinates nested suspense boundaries.
24
25
## Import
@@ -66,10 +70,6 @@ Controls fallback visibility for later items after the first still-pending item.
66
70
- With `tail="collapsed"`, later pending items can keep a fallback visible after the first pending item.
67
71
- With `tail="hidden"`, later pending items hide their fallback after the first pending item.
68
72
69
-## Notes
-
-- `<SuspenseList>` is experimental.
73
## Examples
74
75
### Basic usage
0 commit comments