Skip to content
Snippets Groups Projects
tabs.md 360 B
el: .tabs
title: Tabs

Variables:

  • modifier_classes: [string] Classes to modify the default component styling.
  • heading: [string] Accessible heading of the tabs.
  • tabs: [array] Tab items. Each item is an object containing:
    • active: [boolean] Whether the item is active.
    • url: [string] URL of the item.
    • text: [string] Text of the item.