Skip to content

Commit 050282c

Browse files
committed
commit
1 parent 5402838 commit 050282c

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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+
## Example
10+
```html
11+
<pf-pageindicator totaldots="5"></pf-pageindicator>
12+
```
913
<base href="https://user-content-dot-custom-elements.appspot.com/PFElements/pf-pageindicator/94e0321e4ade80e3357d167923dc2db20721c957/pf-pageindicator/">
1014
<!-- START-HIDDEN-SECTION: Add imports and styling here. -->
1115
<script src="../webcomponentsjs/webcomponents-lite.js"></script>

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "pixy-dot-nav",
3-
"main": "pixy-dot-nav.html",
2+
"name": "pf-pageindicator",
3+
4+
"main": "pf-pageindicator.html",
45
"element-collection": "pf-elements",
56
"dependencies": {
67
"polymer": "Polymer/polymer#^2.0.0-rc.2",
@@ -38,7 +39,7 @@
3839
},
3940
"repository": {
4041
"type": "git",
41-
"url": "git+https://github.com/PFElements/pf-pageindicator"
42+
"url": "https://github.com/PFElements/pf-pageindicator"
4243
},
4344
"resolutions": {
4445
"polymer": "^2.0.0-rc.2"

pixyDotNav.iml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)