Prop | Description | Type | Default |
---|---|---|---|
href | The URL to link to for this list group item. | '#' | - |
active | Indicates whether the list group item is active. | boolean | false |
disabled | Indicates whether the list group item is disabled. | boolean | false |
onClick | Callback function triggered when the list group item is clicked. | '() => alert("Profile clicked!")' | - |
icon | An optional icon to display alongside the list group item. | 'HiUserCircle' | 'HiInbox' | - |