@@ -17,5 +17,6 @@ import CDropdown from '@coreui/react/src/components/dropdown/CDropdown'
17
17
|**onShow**| Callback fired when the component requests to be shown. |`() => void`| - |
18
18
|**placement**| Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property. |`'auto'`\|`'top-end'`\|`'top'`\|`'top-start'`\|`'bottom-end'`\|`'bottom'`\|`'bottom-start'`\|`'right-start'`\|`'right'`\|`'right-end'`\|`'left-start'`\|`'left'`\|`'left-end'`| bottom-start |
19
19
|**popper**| If you want to disable dynamic positioning set this property to `true`. |`boolean`| true |
20
+
|**portal****_4.8.0+_**| Generates dropdown menu using createPortal. |`boolean`| false |
20
21
|**variant**| Set the dropdown variant to an btn-group, dropdown, input-group, and nav-item. |`'btn-group'`\|`'dropdown'`\|`'input-group'`\|`'nav-item'`| btn-group |
21
22
|**visible**| Toggle the visibility of dropdown menu component. |`boolean`| false |
0 commit comments