From 4673cf69daf805aab6c87fcfcd0c9852b54591af Mon Sep 17 00:00:00 2001 From: Lucas Mesquita Date: Thu, 16 Dec 2021 19:45:30 -0300 Subject: [PATCH] [Dropdown Menu] lack of "dir" prop in Content --- data/primitives/components/dropdown-menu/0.1.4.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/primitives/components/dropdown-menu/0.1.4.mdx b/data/primitives/components/dropdown-menu/0.1.4.mdx index aae07bc22..d101cf0cd 100644 --- a/data/primitives/components/dropdown-menu/0.1.4.mdx +++ b/data/primitives/components/dropdown-menu/0.1.4.mdx @@ -379,6 +379,18 @@ The component that pops out when the dropdown menu is open. ), }, + { + name: 'dir', + required: false, + type: '"ltr" | "rtl"', + typeSimple: 'enum', + default: '"ltr"', + description: ( + + The direction of navigation between menu items. + + ), + }, ]} />