-
Notifications
You must be signed in to change notification settings - Fork 988
Closed
Labels
Description
Description
I want to create tabs that automatically adjust their size based on their content:
NuxtUI default tabs are full width:
I have tried setting w-auto on list:
<UTabs
:ui="{
list: 'w-auto',
}"
:items="items"
/>But text is truncated:
How would you achieve this?
Additional context
No response