List Group
Implementation#
Default#
Example
- List Group Item One
- List Group Item Two
- List Group Item Three
Active#
Example
- List Group Item One
- List Group Item Two
- List Group Item Three
Hover#
Example
- List Group Item One
- List Group Item Two
- List Group Item Three
Flush#
Example
- List Group Item One
- List Group Item Two
- List Group Item Three
Numbered#
Example
- List Group Item One
- List Group Item Two
- List Group Item Three
Disabled#
Example
- List Group Item One
- List Group Item Two
- List Group Item Three
Right-To-Left (rtl)#
Example
- List Group Item One
- List Group Item Two
- List Group Item Three
Props#
List Group#
| Attribute | Type | Value | Default Value | Description |
|---|---|---|---|---|
| flush | boolean | true/false | undefined | Remove outer borders of list group |
| hover | boolean | true/false | undefined | Adds hover background to entire list group |
| numbered | boolean | true/false | undefined | Numbers the list group items |
| rtl | boolean | true/false | undefined | Sets entire list group to right-to-left (rtl) |
| tag | string | e.g. ul/div | Set outermost element to custom HTML element |
List Group Item#
| Attribute | Type | Value | Default Value | Description |
|---|---|---|---|---|
| active | boolean | true/false | undefined | Sets a single list group item to active |
| flush | boolean | true/false | undefined | Remove outer borders of a single list group item |
| hover | boolean | true/false | undefined | Adds hover background to a single list group item |
| rtl | boolean | true/false | undefined | Sets a single list group item to right-to-left (rtl) |
| tag | string | e.g. li/a/div | Set outermost element to custom HTML element |