import React from 'react' import { CButton, CForm, CCard, CCardBody, CCardHeader, CCol, CDropdown, CDropdownDivider, CDropdownHeader, CDropdownItem, CDropdownMenu, CDropdownToggle, CRow, CFormLabel, CFormControl, CFormCheck, } from '@coreui/react-ts' import { DocsLink } from 'src/reusable' const ButtonDropdowns = () => { return ( Dropdowns Dropdown button Header Action Disabled Action Another Action
Primary Header Action Disabled Action Another Action Secondary Header Action Disabled Action Another Action Success Header Action Disabled Action Another Action Info Header Action Disabled Action Another Action Warning Header Action Disabled Action Another Action Danger Header Action Disabled Action Another Action
Primary Header Action Disabled Action Another Action Secondary Header Action Disabled Action Another Action Success Header Action Disabled Action Another Action Info Header Action Disabled Action Another Action Warning Header Action Disabled Action Another Action Danger Header Action Disabled Action Another Action
Large button Header Action Disabled Action Another Action {' '} Large split button Header Action Disabled Action Another Action
Small button Header Action Disabled Action Another Action {' '} Small split button Header Action Disabled Action Another Action
Dropup button Header Action Disabled Action Another Action Split dropup Header Action Disabled Action Another Action
Menus Direction Up Header Action Disabled Action Another Action Direction Left Header Action Disabled Action Another Action Direction Right Header Action Disabled Action Another Action Default Down Header Action Disabled Action Another Action
This dropdown{"'"}s menu is right-aligned Header Action Disabled Action Another Action
Dropdown with header Header Action Another Action
Dropdown with divider Action Another Action
Dropdown with disabled item Action Disabled Action
Dropdown with form
Email address
Password
Sign in
Register Forgot password?
) } export default ButtonDropdowns