Closed RaniJiang closed 4 weeks ago
Will be supported on v14
Docs in v14: https://fumadocs.vercel.app/docs/ui/components/tabs#link-to-tab
Hi @fuma-nama,
Would it be possible to add a "copy link" feature similar to the Accordion component?
Or were there some challenges with this approach?
You can use accordions which should be a better choice than Tabs, another feature request and PR submission is welcome
What problem will this feature address?
Sometimes, I'd like to link users to a specific tab that is not the default. E.g. placing form in each tab and asking users to fill out a specific form.
Describe the solution you'd like
Similar to the Accordion I'd like to be able to use
id
to link to specific tabs as openned. E.g. "/page#tab1" would open the tab with id "tab1".Describe alternatives you've considered
Open to other suggestions!
Additional context
No response