Overview

Tabs are a design pattern describing a set of tab elements and panels containing content associated with them. Only one panel, the one corresponding to the active tab, is displayed at a time.

They can be implemented by means of the following components:

  • KTabs is the simplest and recommended way to implement tabs
  • Using KTabsList together with KTabsPanel is an alternative for more complex scenarios