{{ t.pages.tabs.overviewIntro }}

{{ t.common.sectionDescription }}

{{ t.pages.tabs.descriptionBody }}

{{ t.common.sectionFeatures }}
  • {{ t.pages.tabs.featureOne }}
  • {{ t.pages.tabs.featureTwo }}
  • {{ t.pages.tabs.featureThree }}
{{ t.common.sectionLimitations }}
  • {{ t.pages.tabs.limitOne }}
  • {{ t.pages.tabs.limitTwo }}
  • {{ t.pages.tabs.limitThree }}
{{ t.pages.tabs.previewTitle }}

{{ t.pages.tabs.previewIntro }}

{{ t.pages.tabs.apiIntro }}

{{ isPt ? 'Além de tabs e pills, li-tabsx agora aceita os tipos underline, overline e solid usando as classes nativas do Limitless 4.' : 'Besides tabs and pills, li-tabsx now accepts underline, overline, and solid types using the native Limitless 4 classes.' }}

  • {{ t.pages.tabs.apiOne }}
  • {{ t.pages.tabs.apiTwo }}
  • {{ t.pages.tabs.apiThree }}
  • {{ t.pages.tabs.apiFour }}
  • {{ t.pages.tabs.apiFive }}
<li-tabsx type="underline">
  <li-tabx header="Summary" [active]="true">
    <div class="p-3">Conteúdo</div>
  </li-tabx>

  <li-tabx header="Activity"></li-tabx>
</li-tabsx>

<li-tabsx type="solid" [justified]="true">
  <li-tabx header="Operation" [active]="true"></li-tabx>
  <li-tabx header="Monitoring"></li-tabx>
</li-tabsx>