Skip to main content

TabGroup

shadow

TabGroup zobrazuje navigáciu založenú na záložkách, ktorá umožňuje používateľom prepínať sa a zobrazovať rôzne časti obsahu aplikácie bez potreby prechádzať na inú stránku. Skladá sa z jednotlivých záložiek Tab a Panelov, ktoré po kliknutí na záložku zobrazia jej obsah. TabGroup element podporuje viacero variantov vzhľadu pomocou atribútu variant.

Základné použitie

Element Card bol použitý len za účelom tejto ukážky.

Varianty umiestnenia tabov

Pridaním vlastnosti variant je možné zmeniť umiestnenie tabov. Podporované sú hodnoty start, end a bottom.

Start

End

Bottom

Atribúty a Vlastnosti

Option

DescriptionDefines a variant of the TabGroup layout. Possible values include start, end and bottom.
AttributeOption
Typestring
Defaultundefined

Eventy

No events available for this component.

Metódy

No public methods available for this component.

CSS Shadow Parts

No CSS shadow parts available for this component.

CSS Custom Vlastnosti

NameDescription
--wj-font-sizeSpecifies the font size.
--wj-tab-color-activeSpecifies the background color of the active tab element.
--wj-tab-color-hoverDetermines the background color of the tab element when the mouse is pointed to it.
--wj-tab-font-weightSets the font weight.
--wj-tab-letter-spacingSets the distance between letters.
--wj-tab-padding-bottomSpecifies the bottom tab offset.
--wj-tab-padding-inlineSpecifies the horizontal offset of the tab.
--wj-tab-padding-topSpecifies the top tab offset.
--wj-tab-text-transfromSets the transformation of the text in the tab.

Sloty

NameDescription
NoThe content is placed in the nav element.