Skip to content

Commit

Permalink
Use webcomponents.org to show Polymer demos & docu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Roeller committed Jun 16, 2017
1 parent 5257175 commit f0de74f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ before_script:
- $(npm bin)/polylint --no-recursion
script:
- xvfb-run $(npm bin)/wct
after_success: '[ ${TRAVIS_PULL_REQUEST} = "false" ] && [ ${TRAVIS_BRANCH} = "master" ] && $(npm bin)/bower install -s https://${GH_TOKEN}@github.com/Collaborne/collaborne-build-tools.git && bower_components/collaborne-build-tools/gpages_build.sh Collaborne info@collaborne.com'
env:
secure: "f8F5DPmVqeD8vw1VLPVS3x+lnIohSwMD8OqfnPum+j+Td9c68Gmc3wn5U8+agfwqc250xHo/NoehJGGMf3EITpfaSULsLyZQqGFz923E5qhDbTCKJp56GVqG/Uh2GFSCuMnHrRmbGg/PXv4Cak3XcK89tBbSddljno6NAKJ6X77tWbXgs6pEz1e0YdaxqonOa8jpTg+DUInsdM/qOYnMYA6jwe5A9hDl3yr7Yr45QSx8asRDeq89nHgMsjiCE9RNI29wmaJF1llFnMyy52Iwyylvh6GV1N9Gs9cYqKFG9FWULxCZ+BlbJfZ7l+Gh2r4nBq25gnHNRDJC+EVxX9SvZuZeMG1J7RPnGgxCPtCUYLlD5lxmFXlZONzrX4VbDPe9z9v1yXvB8qyS6srhqJn0lC5v/7mdZWvT6+RBWUQhIb3QT8HlKcXhI2230wq4buaw8VaCLIiZPfq2LBSVXEHMnDe20Y2RtgvsmNxMKC4JXSj32scvumx3wqca12XSUYQSFkNo4NivAGjgvvnwlBA6MKHG3oeb/RS0UXeaZkL3Ttrj0AFU46qe7DHpS3+GdR/vokycKqA9SMlxlrwrzc//UYHzzVbMIZUzGsc+G4pds27Bv5hPbMU/iuhxQg/r90VPYsSe1PAlXIlJ8v70t1/FMgx11E90gA2Z9rS3igsrdcU="
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
_[Demo and API Docs](http://collaborne.github.io/paper-subheader)_


paper-subheader [![Bower version](https://badge.fury.io/bo/paper-subheader.svg)](http://badge.fury.io/bo/paper-subheader) [![Travis state](https://travis-ci.org/Collaborne/paper-subheader.svg?branch=master)](https://travis-ci.org/Collaborne/paper-subheader)
paper-subheader [![Bower version](https://badge.fury.io/bo/paper-subheader.svg)](http://badge.fury.io/bo/paper-subheader) [![Travis state](https://travis-ci.org/Collaborne/paper-subheader.svg?branch=master)](https://travis-ci.org/Collaborne/paper-subheader) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/Collaborne/paper-subheader)
=========

`paper-subheader` provides Material Design sub headers. The web component is built with [Polymer](https://www.polymer-project.org).

![Screenshot](/doc/screenshot.png "Screenshot")


To use the element:

`bower install paper-subheader`

<!--
```
<custom-element-demo>
<template>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../iron-icons/iron-icons.html">
<link rel="import" href="paper-toggle-subheader.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
<paper-toggle-subheader
icon-inactive="icons:help-outline"
icon-active="icons:close"
>Sub header with toggle icon</paper-toggle-subheader>
```


## License

Expand Down
Binary file removed doc/screenshot.png
Binary file not shown.

0 comments on commit f0de74f

Please sign in to comment.