Component list-group does not exist
Use the list group component to display a series of items, buttons or links inside a single element
The list group component can be used to show a list of items inside of an unordered list for website navigation, show a list of items inside of a card, and more.
You can choose from one of the examples below based on various styles and options and you can customize the component with Qwik props and the classes from Tailwind CSS.
Start using the list group component by first importing it from flowbite-qwik :
import { ListGroup } from "flowbite-qwik"