rhodecode-toggle: stub for new UI element
This commit is contained in:
parent
b2e98fa4ac
commit
1017129daa
3 changed files with 18 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<link rel="import" href="../../../../../../bower_components/paper-toggle-button/paper-toggle-button.html">
|
||||
|
||||
<dom-module id="rhodecode-toggle">
|
||||
<template>
|
||||
<style include="shared-styles"></style>
|
||||
<!--<link rel="stylesheet" href="rhodecode-toggle.css">-->
|
||||
FOOBAR
|
||||
<paper-toggle-button>
|
||||
toggle
|
||||
</paper-toggle-button>
|
||||
</template>
|
||||
|
||||
<script src="rhodecode-toggle.js"></script>
|
||||
</dom-module>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
Polymer({
|
||||
is: 'rhodecode-toggle'
|
||||
});
|
||||
|
|
@ -6,4 +6,5 @@
|
|||
<link rel="import" href="../../../../../bower_components/iron-ajax/iron-ajax.html">
|
||||
<link rel="import" href="shared-styles.html">
|
||||
<link rel="import" href="rhodecode-toast/rhodecode-toast.html">
|
||||
<link rel="import" href="rhodecode-toggle/rhodecode-toggle.html">
|
||||
<link rel="import" href="rhodecode-unsafe-html/rhodecode-unsafe-html.html">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue