Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.02 KB

File metadata and controls

28 lines (21 loc) · 1.02 KB

ListGroup

<ListGroup>
    <ListGroupItem>...</ListGroupItem>
    <ListGroupItem>...</ListGroupItem>
    <ListGroupItem>...</ListGroupItem>
</ListGroup>

Imported Props

Prop name Description Type Values Default
flush Use the flush variant of the component boolean - false

Props

Prop name Description Type Values Default
horizontal Defines if the list should be displayed horizontally boolean - false
numbered Defines if the list should be numbered boolean - false

Slots

Name Description Bindings
default Displays the content of the list group