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 fe20a13 commit 2a012a9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 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: silg6atXWHIJAKy2ztL4ymxAEoK6mO82SCP2n0yX088IUQLOqWxC97gqXhmGZfZ96o73ca6aHP7GqDNY4a2MVlqdpEG06QUi9BfsOcc5Cob/Xbe38omHgHMKmRVSopLcU/MiMljKXBEJ43lt5gxeolZP7TQodlvno+wFtsgaDz2BU/8FteF4OW+QRy3ObWhy9iIOk+kAwz6C18fCLEaHI72+dzAz7obfc7DxkBTGd/8uNXOgttxlZ+MzdDu5OA5eVR6/2AzJcFK0aQqT5WvNlRc2APEPMGk6S0jPCdFFgLZ6Upq6CuMZanfCu5EG7vBXwA8vzEhxizyfT6MLw0LqB9uyjaxjdSF5ShtwcfF+Ymuz4YpvGYNKn4HnimY/4joKC4RoqmC+tGxsWoQJKYOXi4OnZUdWXWcN5yDyA4w4SVTPNACQtvi/Tqr0EqwLZwufJdhaA59SvHjQrZfHC5Pe28baZ6dMLRW3RqyQk4dzf8HrX4A3qpwWES9apkDCDZeLAuvdeHFSKcpgiEoYCAUVZOIkb30yeT4Bh38ACwhY1rxHO9N2+35PVtMQFdwJq67L/G8I21wh5HfKxDPvpmkeZfXR60tHhZ+tbnmSZcnjtIANgitNSXQivdU4zy1IV11R4gRlFzPmR8+FpXNfLEiVC8st8HgHYF44F6ot+CriXgo=
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
_[Demo and API Docs](http://collaborne.github.io/paper-fab-speed-dial)_


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

`paper-fab-speed-dial` provides components to build a material design [Floating Action Button with Speed Dial](https://www.google.com/design/spec/components/buttons-floating-action-button.html#buttons-floating-action-button-transitions). The web component is built with [Polymer 1.x](https://www.polymer-project.org).
Expand All @@ -12,6 +9,26 @@ To use this element:

`bower install paper-fab-speed-dial`

<!--
```
<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-fab-speed-dial.html">
<link rel="import" href="paper-fab-speed-dial-action.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
<paper-fab-speed-dial with-backdrop>
<paper-fab-speed-dial-action icon="icons:content-copy">Copy</paper-fab-speed-dial-action>
<paper-fab-speed-dial-action icon="icons:print">Print</paper-fab-speed-dial-action>
</paper-fab-speed-dial>
```


## License

Expand Down

0 comments on commit 2a012a9

Please sign in to comment.