Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created June 12, 2023 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaraVieira/217de3caddd1ec89987b290c8242bff3 to your computer and use it in GitHub Desktop.
Save SaraVieira/217de3caddd1ec89987b290c8242bff3 to your computer and use it in GitHub Desktop.
<template>
<button v-bind="$attrs" :class="$attrs.class" class="flex justify-center w-full">
<Spinner v-if="$attrs.loading" />
<slot />
</button>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment