File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,20 @@ PF Elements is a collection that contains all elements listed below.
1818[ pf-pageindicator] ( https://github.com/PFElements/pf-pageindicator ) [ ![ GitHub version] ( https://badge.fury.io/gh/PFElements%2Fpf-pageindicator.svg )] ( https://badge.fury.io/gh/PFElements%2Fpf-pageindicator ) [ ![ Build Status] ( https://travis-ci.org/PFElements/pf-pageindicator.svg?branch=master )] ( https://travis-ci.org/PFElements/pf-pageindicator )
1919
2020## Example
21+ <!-- -
22+ ```
23+ <custom-element-demo>
24+ <template>
25+ <script src="../webcomponentsjs/webcomponents-lite.js"></script>
26+ <link rel="import" href="pf-pageindicator.html">
27+ <next-code-block></next-code-block>
28+ </template>
29+ </custom-element-demo>
30+ ```
31+ -->
2132``` html
22- <pf-pageindicator totaldots = " 5 " ></pf-pageindicator >
33+ <pf-pageindicator ></pf-pageindicator >
2334```
24-
2535## Learn more
2636
2737See the list of elements, demos, and documentation by browsing this collection on webcomponents.org:
You can’t perform that action at this time.
0 commit comments