You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`action`|`Boolean`|`false`| When set, give the item the appearance of having an action. Not needed when props 'to', 'href' or 'button' are used |
577
+
|`active`|`Boolean`|`false`| When set to `true`, places the component in the active state with active styling |
578
+
|`button`|`Boolean`|`false`| When true renders the list-group-item as a button element |
579
+
|`disabled`|`Boolean`|`false`| When set to `true`, disables the component's functionality and places it in a disabled state |
580
+
|`href`|`String`|| Denotes the target URL of the link for standard a links |
581
+
|`tag`|`String`|`'div'`| Specify the HTML tag to render instead of the default tag |
582
+
|`target`|`String`|`'_self'`| Sets the `target` attribute on the rendered link |
583
+
|`to`|`Object` or `String`|`_self`|`<router-link>` prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to `router.push()` internally, so the value can be either a string or a Location descriptor object |
584
+
|`variant`|`String`|| Applies one of the Bootstrap theme color variants to the component |
0 commit comments