import React from 'react' import { CCard, CCardBody, CCardHeader, CCol, CFormSelect, CRow } from '@coreui/react' import { DocsComponents, DocsExample } from 'src/components' const Select = () => { return ( React Select Default React Select Sizing

You may also choose from small and large custom selects to match our similarly sized text inputs.

The multiple attribute is also supported:

As is the htmlSize property:

React Select Disabled

Add the disabled boolean attribute on a select to give it a grayed out appearance and remove pointer events.

) } export default Select