Skip to content

Instantly share code, notes, and snippets.

View tfpeixoto's full-sized avatar
🏠
Working from home

Thiago Peixoto tfpeixoto

🏠
Working from home
View GitHub Profile
@ElMatella
ElMatella / Countdown.vue
Created September 17, 2016 13:36
Countdown component for VueJS with momentjs
<template>
<div class="countdown">
<div class="time-unite created" v-show="years">
<div class="time-unite-title">Y</div>
<div class="time-unite-value">{{ years }}</div>
</div>
<div class="time-unite created" v-show="months">
<div class="time-unite-title">Mois</div>
<div class="time-unite-value">{{ months }}</div>
</div>
@radiovisual
radiovisual / custom-wordpress-gallery-output.php
Last active September 27, 2022 04:44
Create custom wordpress gallery output