templates
Posted in
175
11:43 pm, October 7, 2021
list group bootstrap template
this generates a bootstrap list group basic template layout, nice option for lists with links in them rather than using a ul li style list, this makes them into neater looking elements so rather than this:
It looks like this:
list group bootstrap template Demo
View Demo Full Screen View Demo New Tab
list group bootstrap template Code
HTML
<div class="list-group">
[@content]
<a href="#" class="list-group-item list-group-item-action active" aria-current="true">
The current link item
</a>
<a href="#" class="list-group-item list-group-item-action">A second link item</a>
<a href="#" class="list-group-item list-group-item-action">A third link item</a>
<a href="#" class="list-group-item list-group-item-action">A fourth link item</a>
<a href="#" class="list-group-item list-group-item-action disabled" tabindex="-1" aria-disabled="true">A disabled link item</a>
</div>
Add Comment
Other Items in templates
Related Search Terms
Other Categories in Code
php functions
php functions
php functions