import { CWidgetStatsD } from '@coreui/react'// orimport CWidgetStatsD from '@coreui/react/src/components/widgets/CWidgetStatsD'| Property | Description | Type | Default |
|---|---|---|---|
| chart | Chart node for your component. | ReactNode | - |
| 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 | - |
| icon | Icon node for your component. | ReactNode | - |
| values | Values and titles for your component. | Value[] | - |
On this page