import { CWidgetStatsF } from '@coreui/react'// orimport CWidgetStatsF from '@coreui/react/src/components/widgets/CWidgetStatsF'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the base component. | string | - |
| color | Sets the color context of the component to one of CoreUI’s themed colors. | 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string | - |
| footer | Footer node for your component. | ReactNode | - |
| icon | Icon node for your component. | ReactNode | - |
| padding | Set padding of your component. | boolean | true |
| title | Title node for your component. | ReactNode | - |
| value | Value node for your component. | ReactNode | - |
On this page