Skip to content

Commit 687b338

Browse files
authored
Update README.md
inline demo added
1 parent c742dc6 commit 687b338

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2737
See the list of elements, demos, and documentation by browsing this collection on webcomponents.org:

0 commit comments

Comments
 (0)