Skip to main content

ListGroup

Result
Loading...
Live Editor

With the ListGroupItemContent component

Kyber provides a ListGroupItemContent component to help you build a list group item with render props for each section of the item.

Result
Loading...
Live Editor

As a checklist

Result
Loading...
Live Editor

Analytics

The ListGroup component is trackable through Kyber Analytics. This is the default analytics config.

export default {
value: 'ListGroup',
actions: {
onItemClick: { type: 'LISTGROUP_ITEMCLICK', payload: 'Click' },
},
};

Props

ListGroup

ListGroupItem

ListGroupItemContent