diff --git a/docs/components/button-group.md b/docs/components/button-group.md
index b48612b7..3f0cdad4 100644
--- a/docs/components/button-group.md
+++ b/docs/components/button-group.md
@@ -80,21 +80,11 @@ You can also mix buttons with dropdowns inside the button group.
-
- These
-
-
- are
-
-
- some
-
-
- list
-
-
- items
-
+ These
+ are
+ some
+ list
+ items
diff --git a/docs/components/buttonGroup/examples/FwbButtonGroupExampleDropdown.vue b/docs/components/buttonGroup/examples/FwbButtonGroupExampleDropdown.vue
index 3576133a..29cd2b8e 100644
--- a/docs/components/buttonGroup/examples/FwbButtonGroupExampleDropdown.vue
+++ b/docs/components/buttonGroup/examples/FwbButtonGroupExampleDropdown.vue
@@ -10,20 +10,20 @@
-
- These
+
+ These
-
- are
+
+ are
-
- some
+
+ some
-
- list
+
+ list
-
- items
+
+ items
diff --git a/docs/components/dropdown.md b/docs/components/dropdown.md
index b018e691..fd48f7e6 100644
--- a/docs/components/dropdown.md
+++ b/docs/components/dropdown.md
@@ -144,16 +144,16 @@ import { FwbDropdown } from 'flowbite-vue'
-
+
Dashboard
-
+
Settings
-
+
Earnings
-
+
Sign out
diff --git a/docs/components/dropdown/examples/FwbDropdownExampleListGroup.vue b/docs/components/dropdown/examples/FwbDropdownExampleListGroup.vue
index 355cc3d2..afb88ca0 100644
--- a/docs/components/dropdown/examples/FwbDropdownExampleListGroup.vue
+++ b/docs/components/dropdown/examples/FwbDropdownExampleListGroup.vue
@@ -5,16 +5,16 @@
content-wrapper-class="rounded-lg"
>
-
+
Dashboard
-
+
Settings
-
+
Earnings
-
+
Sign out
@@ -24,4 +24,5 @@
diff --git a/docs/components/list-group.md b/docs/components/list-group.md
index dc2f5fd8..7074bae0 100644
--- a/docs/components/list-group.md
+++ b/docs/components/list-group.md
@@ -1,7 +1,7 @@
@@ -36,17 +36,27 @@ import { FwbListGroup, FwbListGroupItem } from 'flowbite-vue'
```
-## Hover
+## Links
-
+:::tip
+`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.
+:::
+
```vue
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
+
+ Link with href (active)
+
+
+ External link (target blank)
+
+
+ Router link
+
+
+ Regular item (no hover)
+
diff --git a/docs/components/listGroup/examples/FwbListGroupExampleHover.vue b/docs/components/listGroup/examples/FwbListGroupExampleLink.vue
similarity index 54%
rename from docs/components/listGroup/examples/FwbListGroupExampleHover.vue
rename to docs/components/listGroup/examples/FwbListGroupExampleLink.vue
index aeb64785..c173ee8b 100644
--- a/docs/components/listGroup/examples/FwbListGroupExampleHover.vue
+++ b/docs/components/listGroup/examples/FwbListGroupExampleLink.vue
@@ -3,22 +3,20 @@
- Item 1
+ Link with href (active)
-
- Item 2
-
-
- Item 3
-
-
- Item 4
+
+ External link
-
- Item 5
+
+ Router link
+ Regular item (no hover)
diff --git a/src/components/FwbListGroup/FwbListGroupItem.vue b/src/components/FwbListGroup/FwbListGroupItem.vue
index d70245ae..56a9d7fc 100644
--- a/src/components/FwbListGroup/FwbListGroupItem.vue
+++ b/src/components/FwbListGroup/FwbListGroupItem.vue
@@ -1,5 +1,10 @@
-
+
-
+