import React from 'react' import { CRow, CCol, CDropdown, CDropdownMenu, CDropdownItem, CDropdownToggle, CWidgetDropdown, } from '@coreui/react-ts' import CIcon from '@coreui/icons-react' import ChartLineSimple from '../charts/ChartLineSimple' import ChartBarSimple from '../charts/ChartBarSimple' const WidgetsDropdown = () => { // render return ( {/* TODO: placement doesn't work */} Action Another action Something else here... Disabled action } chart={ } /> Action Another action Something else here... Disabled action } chart={ } /> Action Another action Something else here... Disabled action } chart={ } /> Action Another action Something else here... Disabled action } chart={ } /> ) } export default WidgetsDropdown