Skip to content

Commit

Permalink
Added inline demo
Browse files Browse the repository at this point in the history
  • Loading branch information
timeu committed Oct 17, 2016
1 parent 7dc7a9e commit fad6fd2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Expand Up @@ -31,9 +31,20 @@ Or [download as ZIP](https://github.com/timeu/css-piechart/archive/master.zip).

3. Start using it!

```html
<!---
```
<custom-element-demo>
<template>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="css-piechart.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
<css-piechart size="250" data="[10,20,50,20]"></css-piechart>
```
```

## Options

Expand Down

0 comments on commit fad6fd2

Please sign in to comment.