Created
December 11, 2021 19:46
-
-
Save sadewole/faa5b9ca115ca7dc05e2e802df969740 to your computer and use it in GitHub Desktop.
Tabs.vue - template
This file contains 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
<template> | |
<div class="tabs"> | |
<div class="tabs__list"> | |
<slot /> | |
</div> | |
<div class="tabs__overlay" /> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment