Search⌘ K
AI Features

List Group

Explore how to build and customize list groups in Bootstrap 5 using key classes for active, disabled, horizontal, and actionable items. Understand how to organize content with clean styles and responsive breakpoints to enhance your website's interface.

We'll cover the following...

Lists are elements provided by HTML to display data in an organized way. We use the .list-group class for the list. Each element inside the list contains the .list-group-item class. Let's check it out.

We can set items to be active or disabled using the ...