Tabs

Tabs

A basic tabs component with three panels. The first tab is open by default; clicking another tab reveals its content.

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Explicabo autem nihil veritatis natus, nemo numquam aut veniam, accusamus sapiente illum voluptates porro ad laborum repellendus dolore maiores distinctio obcaecati mollitia.

Tabs with HTML content

Tab content supports raw HTML markup, allowing rich content such as headings, lists, and links inside each panel.

About us

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sit architecto corrupti in assumenda nulla.

  • First point
  • Second point
  • Third point

Many tabs

When the number of tabs exceeds the available container width, the tab header scrolls horizontally to reveal hidden tabs.

Lorem ipsum dolor sit amet consectetur adipisicing elit.

Parameters (Blade)

Key Default value Type Available values Description
string - ID for the component
div string - The tag for the component
[] array - List containing tabs with tab title and content.
button string - -
div string - -
string - The DOM id of the component.
[] array - Array containing wrapping classes array
[] array - Array containing keys and values rendered as attributes

Parameters (CSS)

Key Default value Type Available values Description
var(--base) range - Main unit that drives radius and spacing scales.
var(--border-width) range - Size
var(--color--primary) color - Primary
var(--color--surface-border) color - Manual companion token for borders on surface elements.
var(--color--surface-contrast-muted) color - Derived muted contrast for text and icons on surface backgrounds.