import { CPicker } from '@coreui/react'// orimport CPicker from '@coreui/react/src/components/picker/CPicker'| Property | Description | Type | Default |
|---|---|---|---|
| container | Set container type for the component. | 'dropdown' | 'inline' | dropdown |
| disabled | Toggle the disabled state for the component. | boolean | - |
| dropdownClassNames | A string of all className you want applied to the dropdown menu. | string | - |
| footer | Toggle visibility of footer element or set the content of footer. | ReactNode | - |
| footerContent | Add custom elements to the footer. | ReactNode | - |
| onHide | Callback fired when the component requests to be hidden. | () => void | - |
| onShow | Callback fired when the component requests to be shown. | () => void | - |
| toggler | The content of toggler. | ReactNode | - |
| visible | Toggle the visibility of dropdown menu component. | boolean | - |
On this page