Skip to content

Commit

Permalink
Add inline demo
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelli committed Apr 11, 2017
1 parent 95279ac commit d4c3ab7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# wc-browser-table
Browser table for webcomponents.org

<!---
```
<custom-element-demo>
<template>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="wc-browser-table.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:400,600" rel="stylesheet">
<style>
body {
font-family: 'Source Sans Pro', sans-serif;
}
</style>

<wc-browser-table>...</wc-browser-table>
```

0 comments on commit d4c3ab7

Please sign in to comment.