adevinta / spark

✨ Simple, Modular & Accessible UI Components for your React Applications
https://sparkui.vercel.app
MIT License
70 stars 20 forks source link

[Component] - Tabs - add option to keep inactive tabs inside the DOM #2283

Closed acd02 closed 3 months ago

acd02 commented 3 months ago

As of today, the Tab component thrashes inactive tabs.

An option to keep these tabs in the DOM, and simply hide them instead of removing them from the DOM would be beneficial, especially when Tab.Content loads heavy resources on mount, like high-definition images, videos, iframes, etc...