Skip to content

Instantly share code, notes, and snippets.

@EmilMoe
EmilMoe / Datepicker.vue
Last active August 11, 2016 10:44
KeenUI Datepicker
<template>
<ui-textbox
v-el:flatpickr
v-ref:flatpickr
:name="name"
data-mindate="today"
:placeholder="placeholder"
:icon="icon"
:label="label"
:value.sync="value"
@EmilMoe
EmilMoe / 0_reuse_code.js
Created July 6, 2016 15:30
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console