List Group

  1. Home

Default list group

List group with buttons

List group with icons

API ( List Group )
PropDescriptionTypeDefault

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'

-