diff --git a/docs/components/dropdown.md b/docs/components/dropdown.md
index 18b72b23..49898a9b 100644
--- a/docs/components/dropdown.md
+++ b/docs/components/dropdown.md
@@ -247,10 +247,10 @@ Please note that this has to be manually implemented when using a custom trigger
```vue
- Access this content by clicking the dropdown's trigger button
+ Dropdown content
- You cannot access this content, since the dropdown's trigger button is disabled
+ Disabled dropdown content
@@ -327,6 +327,7 @@ import { FwbDropdown, ListGroup, ListGroupItem } from 'flowbite-vue'
| placement | `DropdownPlacement` | `'bottom'` |
| text | `string` | `''` |
| color | `ButtonVariant` | `'default'` |
+| disabled | `boolean` | `false` |
| transition | `string` | `''` |
| closeInside | `boolean` | `false` |
| alignToEnd | `boolean` | `false` |
diff --git a/src/components/FwbDropdown/FwbDropdown.vue b/src/components/FwbDropdown/FwbDropdown.vue
index cc6f89de..b8af8fcd 100644
--- a/src/components/FwbDropdown/FwbDropdown.vue
+++ b/src/components/FwbDropdown/FwbDropdown.vue
@@ -6,7 +6,10 @@
-
+
{{ text }}