import { CImage } from '@coreui/react'// orimport CImage from '@coreui/react/src/components/image/CImage'| Property | Description | Type | Default |
|---|---|---|---|
| align | Set the horizontal aligment. | 'start' | 'center' | 'end' | - |
| className | A string of all className you want applied to the component. | string | - |
| fluid | Make image responsive. | boolean | - |
| rounded | Make image rounded. | boolean | - |
| thumbnail | Give an image a rounded 1px border appearance. | boolean | - |
On this page