List group
List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within.
Component Properties
Usage
{% include 'radix:list-group' with {
numbered: true,
horizontal: true,
horizontal_breakpoint: 'lg',
list_group_item_variants: 'danger',
list_group_items: [
{
value: 'First item',
},
{
value: 'Second item',
},
{
value: 'Third item',
},
]
} %}Last updated