Last active
January 30, 2021 01:03
-
-
Save ofarukbicer/4e6cd5d081848ebc8c67dc9c7de15b64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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