Skip to content

Instantly share code, notes, and snippets.

@ofarukbicer
Last active January 30, 2021 01:03
Show Gist options
  • Save ofarukbicer/4e6cd5d081848ebc8c67dc9c7de15b64 to your computer and use it in GitHub Desktop.
Save ofarukbicer/4e6cd5d081848ebc8c67dc9c7de15b64 to your computer and use it in GitHub Desktop.
<w-tab>
<w-tab-header>
<w-tab-button>
İstanbul
</w-tab-button>
<w-tab-button>
Ankara
</w-tab-button>
<w-tab-button>
Antalya
</w-tab-button>
</w-tab-header>
<w-tab-contents>
<w-tab-content>
<!-- Bu şekilde (slot ile) kullanılır ise WaterJSin varsayılan stili gelir -->
<header slot="w-tab-header">
İyi şehir
</header>
<!-- Bu şekilde (slot ile) kullanılır ise WaterJSin varsayılan stili gelir -->
<p slot="w-tab-content">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Odit, in.
</p>
</w-tab-content>
<w-tab-content>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Harum tenetur ab eius.
</w-tab-content>
<w-tab-content>
Antalya çok güzel bir yerdir, o kadar çok güzelki İstanbul daha güzel :)
</w-tab-content>
</w-tab-contents>
</w-tab>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment