UNPKG
tabby
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
0.0.1
0.0.0
create tabbed web apps with progressive enhancement
github.com/substack/tabby
substack/tabby
tabby
/
example
/
tabs
/
owner
/
render.html
11 lines
(10 loc)
•
197 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
div
class
=
"owner full"
>
<
h1
class
=
"name"
>
</
h1
>
<
div
>
location:
<
span
class
=
"location"
>
</
span
>
</
div
>
<
div
>
<
h2
class
=
"label"
>
cats
</
h2
>
<
div
class
=
"cats"
>
</
div
>
</
div
>
</
div
>