Skip to content

Commit

Permalink
Simplify inline demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Roeller committed Jun 16, 2017
1 parent 86f4ec6 commit 6ae3201
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ To use this element:

`bower install paper-bottom-sheet`

<!--
```
<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-bottom-sheet.html">
<link rel="import" href="paper-bottom-sheet-item.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
<paper-bottom-sheet slide with-backdrop>
<paper-bottom-sheet-item text="Star" icon="icons:star-border" ></paper-bottom-sheet-item>
Expand Down

0 comments on commit 6ae3201

Please sign in to comment.