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
`href` prop is used for external links. `to` prop is used for internal links. `target` prop is used to set the target attribute for external links, the hover effect is automatically enabled.
43
+
:::
44
+
<fwb-list-group-example-link />
42
45
```vue
43
46
<template>
44
47
<fwb-list-group>
45
-
<fwb-list-group-item active hover>Item 1</fwb-list-group-item>
0 commit comments