diff --git a/packages/ui/components/form/dropdown/dropdown.stories.mdx b/packages/ui/components/form/dropdown/dropdown.stories.mdx
new file mode 100644
index 0000000000..e4ae5d0100
--- /dev/null
+++ b/packages/ui/components/form/dropdown/dropdown.stories.mdx
@@ -0,0 +1,361 @@
+import { Canvas, Story, Meta } from "@storybook/addon-docs";
+import { Button } from "@calcom/ui";
+
+import {
+ Examples,
+ Example,
+ Title,
+ CustomArgsTable,
+ VariantRow,
+ VariantsTable,
+} from "@calcom/storybook/components";
+
+import { Plus, Trash, Copy } from "@calcom/ui/components/icon";
+import {
+ Dropdown,
+ DropdownMenuTrigger,
+ DropdownMenuContent,
+ DropdownMenuItem,
+ DropdownItem,
+ DropdownMenuLabel,
+ DropdownMenuSeparator,
+} from "./Dropdown";
+
+
+
+
+
+## Definition
+
+`Dropdown` is an element that displays a menu to the user—such as a set of actions or functions.
+
+## Structure
+
+The `Dropdown` component can be used to display a menu to the user.
+
+
+
+### Dropdown components that have arguments:
+
+#### DropdownMenuTrigger
+
+
+
+#### DropdownMenuContent
+
+
+
+#### DropdownMenuItem
+
+
+
+#### DropdownMenuSeparator
+
+
+
+## Examples
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+ First
+
+
+ Second
+
+
+
+ Third
+
+
+
+
+
+
+
+
+
+
+
+
+ Number
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+
+
+
+## Dropdown Story
+
+