import { CForm } from '@coreui/react'// orimport CForm from '@coreui/react/src/components/form/CForm'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the component. | string | - |
| validated | Mark a form as validated. If you set it true, all validation styles will be applied to the forms component. | boolean | - |
On this page