Skip to content

Instantly share code, notes, and snippets.

View Whats-A-MattR's full-sized avatar
💻
Always Online, 60% Of the Time

Matt Russell Whats-A-MattR

💻
Always Online, 60% Of the Time
View GitHub Profile
@Whats-A-MattR
Whats-A-MattR / ICountUP-fromAPI.vue
Last active May 28, 2021 05:33
VueJS + CountUp Component w/ Abbreviation (K,M,B)
<template>
<ICountUP
v-if="loaded"
:delay="delay"
:endVal="shortNum"
:options="options" />
// use a question mark until the number loads, a loading animation would be cool also
<div v-else>?</div>
</template>
@rcotrina94
rcotrina94 / How to use Images as Radio buttons.md
Last active February 22, 2024 13:29
How to use images for radio buttons (input-radio).