mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-15 12:02:48 +00:00
Added files
This commit is contained in:
17
mongoui/mongoui-master/node_modules/derby-ui-boot/tabs/index.html
generated
vendored
Normal file
17
mongoui/mongoui-master/node_modules/derby-ui-boot/tabs/index.html
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<tabs: nonvoid>
|
||||
<ul class="nav nav-tabs">
|
||||
{#each :self.tabs}
|
||||
<li class="{#if equal(.name, :self.current)}active{/}">
|
||||
<a x-bind="click: _clickTab" data-target="{.name}">{.title}</a>
|
||||
</li>
|
||||
{/}
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
{{@content}}
|
||||
</div>
|
||||
|
||||
<tab: nonvoid>
|
||||
<div class="tab-pane {#if :self.active}active{/} tab_{.name}">
|
||||
{{@content}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user