Skip to main content
1.13.0 Dark Light System

Tab Panel

<lynk-tab-panel> | LynkTabPanel
stable Since 1.0

Tab panels are used inside tab groups to display tabbed content.

General Custom Advanced Disabled This is the general tab panel. This is the custom tab panel. This is the advanced tab panel. This is a disabled tab panel.
<lynk-tab-group>
  <lynk-tab slot="nav" panel="general">General</lynk-tab>
  <lynk-tab slot="nav" panel="custom">Custom</lynk-tab>
  <lynk-tab slot="nav" panel="advanced">Advanced</lynk-tab>
  <lynk-tab slot="nav" panel="disabled" disabled>Disabled</lynk-tab>

  <lynk-tab-panel name="general">This is the general tab panel.</lynk-tab-panel>
  <lynk-tab-panel name="custom">This is the custom tab panel.</lynk-tab-panel>
  <lynk-tab-panel name="advanced">This is the advanced tab panel.</lynk-tab-panel>
  <lynk-tab-panel name="disabled">This is a disabled tab panel.</lynk-tab-panel>
</lynk-tab-group>

Additional demonstrations can be found in the tab group examples.

[component-metadata:lynk-tab-panel]

Importing

If you’re using the autoloader or the traditional loader, you can ignore this section. Otherwise, feel free to use any of the following snippets to cherry pick this component.

Bundler

To import this component using a bundler:

import '@uplynk/lynk-design/dist/components/tab-panel/tab-panel.js';

Slots

Name Description
(default) The tab panel’s content.

Learn more about using slots.

Properties

Name Description Reflects Type Default
name The tab panel’s name. string ''
active When true, the tab panel will be shown. boolean false
updateComplete A read-only promise that resolves when the component has finished updating.

Learn more about attributes and properties.

Custom Properties

Name Description Default
--padding The tab panel’s padding.

Learn more about customizing CSS custom properties.

Parts

Name Description
base The component’s base wrapper.

Learn more about customizing CSS parts.