Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
csuwildcat committed Jun 6, 2015
1 parent 6fe6ce5 commit 8ca9262
Show file tree
Hide file tree
Showing 6 changed files with 2,406 additions and 1,542 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "stub",
"name": "x-tag-tabbox",
"description": "",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"web-components",
"web-components",
"x-tag"
],
"main": [
Expand Down
30 changes: 22 additions & 8 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,34 @@

<head>
<meta charset="utf-8" />
<title>Stub Demo - X-Tag</title>
<title>Tabs Demo - X-Tag</title>
<link rel="stylesheet" type="text/css" href="x-tag-components.css"/>
<link rel="stylesheet" type="text/css" href="../src/main.css"/>
<link rel="stylesheet" type="text/css" href="../src/main.css"/>

<script type="text/javascript" src="x-tag-components.js"></script>
<script type="text/javascript" src="../src/main.js"></script>
<style>

</style>
<script type="text/javascript" src="../src/main.js"></script>

<style>
x-tabbox {
height: 400px;
}
</style>
</head>

<body>

<h2>Create a Demo</h2>
<x-tabbox tab-position="top" selected-index="0" transition>
<menu>
<button>Foo</button>
<button>Bar</button>
<button>Zaz</button>
</menu>
<ul>
<li>Foo Panel<br/>...more Foo Panel content</li>
<li>Bar Panel</li>
<li>Zaz Panel</li>
</ul>
</x-tabbox>


</body>
Expand Down
Loading

0 comments on commit 8ca9262

Please sign in to comment.