Skip to content

Commit 5b59133

Browse files
committed
initial
1 parent 7d92322 commit 5b59133

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ A Polymer 2.0 based collection of reusable web components
66
## Demo
77
[Click here for docs & demo](https://github.com/PFElements/pf-pageindicator/blob/master/demo/index.html)
88

9+
<!---
10+
11+
<custom-element-demo>
12+
<template>
13+
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
14+
<link rel="import" href="pf-pageindicator.html">
15+
<next-code-block></next-code-block>
16+
</template>
17+
</custom-element-demo>
18+
19+
-->
20+
html
21+
<pf-pageindicator></pf-pageindicator>
922

1023
# PF Page Indicator
1124

0 commit comments

Comments
 (0)