We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cf854 commit aaffc5cCopy full SHA for aaffc5c
README.md
@@ -3,7 +3,8 @@
3
4
# paper-pager
5
6
-TODO: Write a project description
+`paper-pager` is a Material Design page indicator that adapts to provided variables
7
+and sets `selected` as user clicks on it.
8
9
## Installation
10
@@ -26,7 +27,8 @@ Import the element and then just use it as normal element.
26
27
```
28
-->
29
-<paper-pager></paper-pager>
30
+<paper-pager dark></paper-pager>
31
+<!-- `dark` attribute is only for visibility on white background -->
32
33
34
## Contributing
paper-pager.html
@@ -9,7 +9,7 @@
Example:
11
12
- <paper-pager items-count="3" selected="{{selected}}></paper-pager>
+ <paper-pager items-count="3" selected="{{selected}}"></paper-pager>
13
14
### Styling
15
0 commit comments