List group - Bootstrap
https://getbootstrap.com/docs/4.0/components/list-groupList groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within. Basic example. The most basic list group is an unordered list with list items and the proper classes. Build upon it with the options that follow, or with your own CSS as needed.
List group - Bootstrap
getbootstrap.com › docs › 4List group List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within. Basic example The most basic list group is an unordered list with list items and the proper classes. Build upon it with the options that follow, or with your own CSS as needed.
Bootstrap List Groups - W3Schools
www.w3schools.com › bootstrap_list_groupsBootstrap provides the classes .list-group-item-heading and .list-group-item-text which can be used as follows: Example <div class="list-group"> <a href="#" class="list-group-item active"> <h4 class="list-group-item-heading"> First List Group Item Heading </h4> <p class="list-group-item-text"> List Group Item Text </p> </a>
Bootstrap 4 Input Groups - W3Schools
https://www.w3schools.com/bootstrap4/bootstrap_forms_inputs.aspBootstrap supports all the HTML5 input types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color. Note: Inputs will NOT be fully styled if their type is not properly declared! Name: Password: The following example contains two input elements; one of type="text" and one of type="password".
List group · Bootstrap v5.0
getbootstrap.com › docs › 5List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within. On this page Basic example Active items Disabled items Links and buttons Flush Numbered Horizontal Contextual classes With badges Custom content Checkboxes and radios Sass Variables Mixins Loop