Sha256: e3a05cb321dd8b9b3339036c8b8b5a5af720e324cf54029f3753d185e4630d76

Contents?: true

Size: 788 Bytes

Versions: 58

Compression:

Stored size: 788 Bytes

Contents

<div class="tabs">
    <ul>
        {{ $tabTotal := .Get "tabTotal" }}
		{{ range $i, $sequence := (seq $tabTotal) }}

		{{ $tabID := $.Get "tabID" }}
		{{ $tabName := (print "tabName" $sequence) }}
		{{ $tabHREF := (print "tab" $tabID $sequence) }}

		{{ if eq $sequence 1 }}
        <li class="is-active" id="nav-{{ $tabID }}" data-toggle="tab" data-target="#{{ $tabHREF | urlize }}" role="tab" aria-selected="true">
            <a>{{ $.Get $tabName }}</a>
        </li>
        {{ else }}
        <li id="nav-{{ $tabID }}" data-toggle="tab" data-target="#{{ $tabHREF | urlize }}" role="tab" aria-selected="false">
            <a>{{ $.Get $tabName }}</a>
        </li>
        {{ end }}
		{{ end }}
    </ul>
</div>
<div class="tab-content" id="{{ $.Get "tabID" }}">
{{ .Inner }}
</div>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
intia-theme-0.1.65 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.64 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.63 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.62 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.61 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.60 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.59 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.58 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.57 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.56 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.55 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.54 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.53 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.52 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.51 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.50 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.49 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.48 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.47 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
intia-theme-0.1.46 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html