For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tabbar

Tabbar Props

Tabbar component extends Toolbar component, it supports all Toolbar props and the following additional props:

Name
Type
Default
Description

icons

boolean

false

Enables Tabbar with icons

labels

boolean

false

Enables Tabbar with labels

TabbarLink component extends Link component, it supports all Link props and the following additional props:

Name
Type
Default
Description

active

boolean

false

Makes this tabbar link active

component

string

'a'

Component's HTML Element

label

string

Link label content

linkProps

any

Object with additional props (attributes) to pass to the Link/Button

Name
Description

icon

Link icon content

label

Link label content

Examples

Last updated