goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.13k stars 123 forks source link

RFC: Paginated tabs #203

Closed marcjulian closed 2 months ago

marcjulian commented 4 months ago

Which scope/s are relevant/related to the feature request?

tabs

Information

Providing a way to scroll through multiple tabs with paginated header. This would be helpful when displaying multiple tabs or for mobile view.

Example from Angular Material Tabs: https://material.angular.io/components/tabs/examples#tab-group-paginated

CleanShot 2024-03-12 at 16 55 44

The paginated header should show before/after buttons when the header needs to scroll, otherwise hides the buttons.

Describe any alternatives/workarounds you're currently using

No response

I would be willing to submit a PR to fix this issue