Created
August 11, 2019 00:30
-
-
Save acidjazz/af26f50c56f897207787885bb4a76f01 to your computer and use it in GitHub Desktop.
Author
For those who don't want the pug version
<button class="py-2 px-3 rounded tran-colors-p1 relative overflow-hidden" @click="click" :class="[themes[theme], cursor]">
<div class="flex items-center tran-opacity-p5" :class="{'opacity-25': loading, 'opacity-0': success}">
<div class="mdi" v-if="icon" :class="[`mdi-${icon}`, label ? 'mr-2' : '']"></div><img class="w-4 h-4" v-if="image" :src="image" :class="label ? 'mr-2' : ''" />
<div v-if="label">{{ label }}</div>
</div>
<div class="bg-white-o3 button-loadbar ani-zi" v-if="loading"></div>
<div class="absolute inset-0 flex items-center justify-center" v-if="success">
<div class="mdi mdi-24px mdi-check-bold ani-zif"></div>
</div>
</button>
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.