Skip to content

Instantly share code, notes, and snippets.

@sadewole
Created December 11, 2021 19:46
Show Gist options
  • Save sadewole/faa5b9ca115ca7dc05e2e802df969740 to your computer and use it in GitHub Desktop.
Save sadewole/faa5b9ca115ca7dc05e2e802df969740 to your computer and use it in GitHub Desktop.
Tabs.vue - template
<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