mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-04 05:24:43 +00:00
add codepen examples
This commit is contained in:
parent
cc12269a8e
commit
58d0fc8796
1 changed files with 14 additions and 2 deletions
|
|
@ -161,8 +161,15 @@
|
|||
<article>
|
||||
<h2 class="md-headline">Codepen Examples</h2>
|
||||
|
||||
<h3 class="md-title">File Application UI</h3>
|
||||
<iframe height="610" scrolling="no" title="File Application UI" src="//codepen.io/vue-material/embed/WoZpMR/?height=610&theme-id=dark&default-tab=result&embed-version=2" frameborder="no" allowtransparency="true" allowfullscreen="true">See the Pen <a href="http://codepen.io/vue-material/pen/WoZpMR/">Vue Material Example</a> by Vue Material (<a href="http://codepen.io/vue-material">@vue-material</a>) on <a href="http://codepen.io">CodePen</a>.</iframe>
|
||||
<section>
|
||||
<h3 class="md-title">Playground</h3>
|
||||
<iframe height="620" scrolling="no" title="Empty Setup" src="//codepen.io/vue-material/embed/VmMrYW/?height=620&theme-id=dark&default-tab=html,result&embed-version=2" frameborder="no" allowtransparency="true" allowfullscreen="true" style="width: 100%;">See the Pen <a href="http://codepen.io/vue-material/pen/VmMrYW/">Empty Setup</a> by Vue Material (<a href="http://codepen.io/vue-material">@vue-material</a>) on <a href="http://codepen.io">CodePen</a>.</iframe>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h3 class="md-title">File Application UI</h3>
|
||||
<iframe width="360" height="610" scrolling="no" title="File Application UI" src="//codepen.io/vue-material/embed/WoZpMR/?height=610&theme-id=dark&default-tab=result&embed-version=2" frameborder="no" allowtransparency="true" allowfullscreen="true">See the Pen <a href="http://codepen.io/vue-material/pen/WoZpMR/">Vue Material Example</a> by Vue Material (<a href="http://codepen.io/vue-material">@vue-material</a>) on <a href="http://codepen.io">CodePen</a>.</iframe>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</page-content>
|
||||
|
|
@ -191,4 +198,9 @@
|
|||
border-top: 1px solid rgba(#000, .12);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
iframe {
|
||||
height: auto;
|
||||
min-height: 620px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue