Skip to content

Instantly share code, notes, and snippets.

View educsis's full-sized avatar

Edwin Orellana educsis

View GitHub Profile
@educsis
educsis / index.html
Created January 17, 2020 07:37
Vue Quiz (v3)
<div id="quiz">
<quiz url="https://api.myjson.com/bins/ahn1p">
<div slot="intro" slot-scope="props">
This is my custom quiz header for {{props.title}}.
</div>
<div slot="results" slot-scope="props">
<h1>WOWOWOW!</h1>
<link href="../paper-input/paper-input.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
box-sizing: border-box;
}
#paper_input {