Skip to content

Instantly share code, notes, and snippets.

View himanshu-dixit's full-sized avatar
🦖
Focusing

Himanshu Dixit himanshu-dixit

🦖
Focusing
View GitHub Profile
@himanshu-dixit
himanshu-dixit / designer.html
Last active August 29, 2015 14:14
designer
<link href="../core-icons/core-icons.html" rel="import">
<link href="../core-icon/core-icon.html" rel="import">
<link href="../paper-button/paper-button.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
box-sizing: border-box;
@himanshu-dixit
himanshu-dixit / designer.html
Last active August 29, 2015 14:14
designer
<link rel="import" href="../paper-slider/paper-slider.html">
<polymer-element name="my-element">
<template>
<style>
:host {
box-sizing: border-box;
position: static;
}
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@himanshu-dixit
himanshu-dixit / designer.html
Last active August 29, 2015 14:14
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#section {
margin: 0px auto;
box-sizing: border-box;
width: 535px;
@himanshu-dixit
himanshu-dixit / designer.html
Last active August 29, 2015 14:14
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
box-sizing: border-box;
position: static;
width: 10%;
@himanshu-dixit
himanshu-dixit / designer.html
Last active August 29, 2015 14:14
designer
<link href="../core-icon-button/core-icon-button.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
core-icon-button {
margin:0px;
}
#design_host {
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 100%;
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 100%;
height: 100%;
@himanshu-dixit
himanshu-dixit / designer.html
Last active August 29, 2015 14:16
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 100%;
height: 100%;
@himanshu-dixit
himanshu-dixit / designer.html
Last active November 9, 2015 07:21
designer
<link href="../core-drawer-panel/core-drawer-panel.html" rel="import">
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;