Skip to content

Instantly share code, notes, and snippets.

@btzsoft
btzsoft / designer.html
Created October 21, 2014 10:38
designer
<link rel="import" href="../google-map/google-map-search.html">
<link rel="import" href="../topeka-elements/avatars.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<polymer-element name="my-element">
<template>
@btzsoft
btzsoft / designer.html
Created March 11, 2015 21:26
designer
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../paper-item/paper-item.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../google-map/google-map.html">
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
const { Sloki } = require('@modules')
const devices = await Sloki.Device.find()
...
await Sloki.Device.insert({test: 1})