You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/content/4.3/api/CDropdown.api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import CDropdown from '@coreui/react/src/components/dropdown/CDropdown'
12
12
|**className**| A string of all className you want applied to the base component. |`string`| - |
13
13
|**component**| Component used for the root node. Either a string to use a HTML element or a component. |`string`\|`ComponentClass<any, any>`\|`FunctionComponent<any>`| div |
14
14
|**dark**| Sets a darker color scheme to match a dark navbar. |`boolean`| - |
15
-
|**direction**| Sets a specified direction and location of the dropdown menu. |`'dropup'`\|`'dropend'`\|`'dropstart'`| - |
15
+
|**direction**| Sets a specified direction and location of the dropdown menu. |`'center'`\|`'dropup'`\|`'dropup-center'`\|`'dropend'`\|`'dropstart'`| - |
16
16
|**onHide**| Callback fired when the component requests to be hidden. |`() => void`| - |
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 |
0 commit comments