Skip to content

Tabs with auto width #4056

@ThomasKientz

Description

@ThomasKientz

Description

I want to create tabs that automatically adjust their size based on their content:

Image

NuxtUI default tabs are full width:

Image

I have tried setting w-auto on list:

<UTabs
  :ui="{
    list: 'w-auto',
  }"
  :items="items"
/>

But text is truncated:

Image

How would you achieve this?

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv3#1289

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions