1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 13:43:11 +02:00

list-group.md: fix snippet (#31981)

This commit is contained in:
XhmikosR
2020-10-27 11:24:28 +02:00
parent 09df15cc3c
commit 23cf931c7f

View File

@@ -258,8 +258,8 @@ Use the tab JavaScript plugin—include it individually or through the compiled
You can activate a list group navigation without writing any JavaScript by simply specifying `data-toggle="list"` or on an element. Use these data attributes on `.list-group-item`.
<div role="tabpanel">
{% highlight html %}
<div role="tabpanel">
<!-- List group -->
<div class="list-group" id="myList" role="tablist">
<a class="list-group-item list-group-item-action active" data-toggle="list" href="#home" role="tab">Home</a>
@@ -275,8 +275,8 @@ You can activate a list group navigation without writing any JavaScript by simpl
<div class="tab-pane" id="messages" role="tabpanel">...</div>
<div class="tab-pane" id="settings" role="tabpanel">...</div>
</div>
{% endhighlight %}
</div>
{% endhighlight %}
### Via JavaScript