# Adding a tabs-navigation to my plugin

**URL:** https://forum.shopware.com/t/adding-a-tabs-navigation-to-my-plugin/98412
**Category:** Shopware 6 (English)
**Created:** [8. Februar 2023 um 10:08 UTC](https://forum.shopware.com/t/adding-a-tabs-navigation-to-my-plugin/98412 "2023-02-08T10:08:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hoyohoo](https://avatars.discourse-cdn.com/v4/letter/h/67e7ee/32.png) [@hoyohoo](https://forum.shopware.com/u/hoyohoo)
#### Post date: [8. Februar 2023 um 10:08 UTC](https://forum.shopware.com/t/adding-a-tabs-navigation-to-my-plugin/98412/1 "2023-02-08T10:08:31Z")

</div>

Hi there, I have yet another problem: I want to have multiple tabs on the very top of my plugins window. However, I can’t get the tabs to work in my twig file. Some key Item seems to be missin, but I can’t figure it out by myself.

I tried it with the documentation of the shopware component library, stating to use the code

```auto
<sw-tabs>
    <sw-tabs-item>
        Explore
    </sw-tabs-item>
    <sw-tabs-item>
        My Plugins
    </sw-tabs-item>
</sw-tabs>

```

But I cant get it to display any Content whatsoever…

Can someone please help me?

---

<div class="post-metadata">

### Author: ![area-net-gmbh](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/area-net-gmbh/32/21995_2.png) [@area-net-gmbh](https://forum.shopware.com/u/area-net-gmbh)
#### Post date: [10. Oktober 2023 um 09:26 UTC](https://forum.shopware.com/t/adding-a-tabs-navigation-to-my-plugin/98412/2 "2023-10-10T09:26:46Z")

</div>

See here: [Hilfe bei Tabs für mein Plugin - #2 von area-net-gmbh](https://forum.shopware.com/t/hilfe-bei-tabs-fuer-mein-plugin/98413/2)
