BBS5 List Groups
Learn how to create list groups.
BS5 List Groups
List groups are flexible and powerful components for displaying not uncomplicated series of content.
To create a basic list group, use an <ul> element with the .list-group class, and <li> elements with the .list-group-item class.
Active Items
Add the .active class to a .list-group-item to highlight the current item.
List Group with Linked Items
You can also create a list group with <div> and <a> tags.
Examples
Basic List Group
html/cssActive and Disabled Items
html/cssFlush List Group
html/css