Skip to content

Instantly share code, notes, and snippets.

@IntranetFactory
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save IntranetFactory/8ec427e23512b11f81b3 to your computer and use it in GitHub Desktop.

Select an option

Save IntranetFactory/8ec427e23512b11f81b3 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../at-carbon-action/at-carbon-action.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: relative;
width: 100%;
height: 100%;
box-sizing: border-box;
}
</style>
<at-carbon-action label="Action" icon="settings" id="at_carbon_action" center horizontal layout></at-carbon-action>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment