Skip to content

Commit

Permalink
adding inline demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
MeTaNoV committed Mar 7, 2017
1 parent def0e49 commit cc88ff9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ Note: the element contains by default a full build which should NOT be used in p

Import Custom Element:

<!---
```
<custom-element-demo>
<template>
<link rel="import" href="dom-repeat-n.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
<link rel="import" href="bower_components/modernizr-element/modernizr-element.html">
```
Expand Down

0 comments on commit cc88ff9

Please sign in to comment.