mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
wip accordion
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div class="tab">
|
||||
<input id="{{ .Get "id" }}" type="checkbox" name="tabs">
|
||||
<label for="{{ .Get "id" }}">{{ .Get "label" }}</label>
|
||||
<div class="tab-content">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user