You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**customTooltips**| Enables custom html based tooltips instead of standard tooltips.<br/>`@default` true | boolean | - | true |
14
-
|**data**| The data object that is passed into the Chart.js chart (more info). | ChartData \| ((canvas: HTMLCanvasElement) => ChartData) | - ||
15
-
|**height**| Height attribute applied to the rendered canvas.<br/>`@default` 150 | number | - | 150 |
16
-
|**id**| ID attribute applied to the rendered canvas. | string | - | - |
17
-
|**options**| The options object that is passed into the Chart.js chart.<br><br>{@linkhttps://www.chartjs.org/docs/latest/general/options.html More Info} | ChartOptions | - | - |
18
-
|**plugins**| The plugins array that is passed into the Chart.js chart (more info)<br><br>{@linkhttps://www.chartjs.org/docs/latest/developers/plugins.html More Info} | Plugin[]| - | - |
19
-
|**redraw**| If true, will tear down and redraw chart on all updates. | boolean | - ||
|**custom-tooltips**| Enables custom html based tooltips instead of standard tooltips.<br/>`@default` true | boolean | - | true |
14
+
|**data**| The data object that is passed into the Chart.js chart (more info). | ChartData \| ((canvas: HTMLCanvasElement) => ChartData) | - ||
15
+
|**height**| Height attribute applied to the rendered canvas.<br/>`@default` 150 | number | - | 150 |
16
+
|**id**| ID attribute applied to the rendered canvas. | string | - | - |
17
+
|**options**| The options object that is passed into the Chart.js chart.<br><br>{@linkhttps://www.chartjs.org/docs/latest/general/options.html More Info} | ChartOptions | - | - |
18
+
|**plugins**| The plugins array that is passed into the Chart.js chart (more info)<br><br>{@linkhttps://www.chartjs.org/docs/latest/developers/plugins.html More Info} | Plugin[]| - | - |
19
+
|**redraw**| If true, will tear down and redraw chart on all updates. | boolean | - ||
|**activeItemKey**| The active item key. | number\|string | - | - |
14
-
|**alwaysOpen**| Make accordion items stay open when another item is opened | boolean | - ||
15
-
|**flush**| Removes the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container. | boolean | - ||
11
+
| Prop name | Description | Type | Values | Default |
|**active-item-key**| The active item key. | number\|string | - | - |
14
+
|**always-open**| Make accordion items stay open when another item is opened | boolean | - ||
15
+
|**flush**| Removes the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container. | boolean | - ||
|**color**| Sets the color context of the component to one of CoreUI’s themed colors. | string |`'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`||
14
-
|**shape**| Select the shape of the component. | string |`'rounded'`, `'rounded-top'`, `'rounded-end'`, `'rounded-bottom'`, `'rounded-start'`, `'rounded-circle'`, `'rounded-pill'`, `'rounded-0'`, `'rounded-1'`, `'rounded-2'`, `'rounded-3'`||
15
-
|**size**| Size the component small, large, or extra large. | string |`'sm'`, `'md'`, `'lg'`, `'xl'`| - |
16
-
|**src**| The src attribute for the img element. | string | - | - |
17
-
|**status**| Sets the color context of the status indicator to one of CoreUI’s themed colors. | string |`'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`| - |
18
-
|**textColor**| Sets the text color of the component to one of CoreUI’s themed colors. | string |`'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`, `'white'`, `'muted'`, `'high-emphasis'`, `'medium-emphasis'`, `'disabled'`, `'high-emphasis-inverse'`, `'medium-emphasis-inverse'`, `'disabled-inverse'`||
11
+
| Prop name | Description | Type | Values | Default |
|**color**| Sets the color context of the component to one of CoreUI’s themed colors. | string |`'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`||
14
+
|**shape**| Select the shape of the component. | string |`'rounded'`, `'rounded-top'`, `'rounded-end'`, `'rounded-bottom'`, `'rounded-start'`, `'rounded-circle'`, `'rounded-pill'`, `'rounded-0'`, `'rounded-1'`, `'rounded-2'`, `'rounded-3'`||
15
+
|**size**| Size the component small, large, or extra large. | string |`'sm'`, `'md'`, `'lg'`, `'xl'`| - |
16
+
|**src**| The src attribute for the img element. | string | - | - |
17
+
|**status**| Sets the color context of the status indicator to one of CoreUI’s themed colors. | string |`'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`| - |
18
+
|**text-color**| Sets the text color of the component to one of CoreUI’s themed colors. | string |`'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`, `'white'`, `'muted'`, `'high-emphasis'`, `'medium-emphasis'`, `'disabled'`, `'high-emphasis-inverse'`, `'medium-emphasis-inverse'`, `'disabled-inverse'`||
0 commit comments