Tabs

Display multiple sections of content in a compact and organized manner, allowing users to switch between them easily

Login

Don't have an account yet? Register

Installation

npx @v-moravec/ui add tabs
Code will be added to ~/components/ui/tabs/. You can further customize it there.

Props

NameType
items
{ label: string; slot: string; content?: string | undefined; }[]

Slots

NameType
bar
{}