Skip to content

Tabs

Tab switching for content.

Basic Usage

loading

Card & Border Card

loading

Active Type

Customize selected tab color via activeType:

loading

API

NeoTabs

PropDescriptionType
modelValueCurrently active namestring
typeStyle type'line' | 'card' | 'border-card'
activeTypeSelected tab color type'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info'
tabPositionTab position'top' | 'right' | 'bottom' | 'left'

NeoTabPane

PropDescriptionType
nameUnique identifierstring
labelTab labelstring
disabledDisabledboolean
closableWhether closableboolean

Events: update:modelValue, tab-click.

MIT License