YouTip LogoYouTip

Bootstrap4 List Groups

Most basic list groups are unordered. !(#) To create a list group, add the .list-group class to the
    element, and the .list-group-item class to the
  • element: ## Example
    • First item
    • Second item
    • Third item
    [Try it Β»](#) * * * ## Active List Items Set the active list item by adding the .active class: ## Example
    • Active item
    • Second item
    • Third item
    [Try it Β»](#) * * * ## Disabled List Items The .disabled class is used to set a disabled list item: ## Example
    • Disabled item
    • Second item
    • Third item
    [Try it Β»](#) * * * ## Linked List Items To create a linked list item, replace