import { CForm } from '@coreui/react'
// or
import CForm from '@coreui/react/src/components/form/CForm'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the component.string-
validatedMark a form as validated. If you set it true, all validation styles will be applied to the forms component.boolean-
On this page