Skip to content

Commit

Permalink
feat : add props for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuloCintra committed Dec 18, 2017
1 parent ff67962 commit 5f47395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>Stencil Component Starter</title>
<script src="/build/orango-dev-tools.js"></script>

</head>
<body>

<o-demo-bar>
<o-demo-bar name="Basic Demo" events=['o-mdc-clicked']>
<o-demo-case>Cas</o-demo-case>
<o-demo-case>Cas</o-demo-case>
</o-demo-bar>
Expand Down

0 comments on commit 5f47395

Please sign in to comment.