Skip to content

Commit 1cf2434

Browse files
Add video to tab variants documentation
(#5626) Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 3bc46c4 commit 1cf2434

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

2.15 MB
Binary file not shown.

fern/products/docs/pages/navigation/tabs.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,16 @@ navigation:
182182

183183
Tab variants let you display different content variations within a single tab, and [support RBAC](/learn/docs/authentication/features/rbac). This is useful for showing different user types, implementation approaches, or experience levels without creating separate tabs.
184184

185+
<Frame>
186+
<video
187+
autoPlay
188+
muted
189+
loop
190+
>
191+
<source src="merge-tab-variants.mp4" type="video/mp4" />
192+
</video>
193+
</Frame>
194+
185195
<Tip title="When to use variants vs. tabs">
186196
Use **variants** for different perspectives on the same content area (REST vs. GraphQL, beginner vs. advanced). Use **tabs** for completely different documentation sections (guides vs. API Reference).
187197
</Tip>

0 commit comments

Comments
 (0)