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
|**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 | - ||
|**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 | - ||
|**active**| Toggle the active state for the component. | boolean | - | false |
14
-
|**color**| Sets the color context of the component to one of CoreUI’s themed colors. | string |`'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`||
15
-
|**component**| Component used for the root node. Either a string to use a HTML element or a component. | string | - | 'button' |
16
-
|**disabled**| Toggle the disabled state for the component. | boolean | - ||
17
-
|**href**| The href attribute specifies the URL of the page the link goes to. | string | - | - |
18
-
|**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'`||
19
-
|**size**| Size the component small or large. | string |`'sm'`, `'lg'`| - |
20
-
|**variant**| Set the button variant to an outlined button or a ghost button. | string |`'ghost'`, `'outline'`| - |
11
+
| Prop name | Description | Type | Values | Default |
|**active**| Toggle the active state for the component. | boolean | - | false |
14
+
|**color**| Sets the color context of the component to one of CoreUI’s themed colors. | string |`'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`||
15
+
|**component**| Component used for the root node. Either a string to use a HTML element or a component. | string | - | 'button' |
16
+
|**disabled**| Toggle the disabled state for the component. | boolean | - ||
17
+
|**href**| The href attribute specifies the URL of the page the link goes to. | string | - | - |
18
+
|**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'`||
19
+
|**size**| Size the component small or large. | string |`'sm'`, `'lg'`| - |
20
+
|**type**| Specifies the type of button. Always specify the type attribute for the `<button>` element.<br>Different browsers may use different default types for the `<button>` element. | string |`'button'`, `'submit'`, `'reset'`| 'button' |
21
+
|**variant**| Set the button variant to an outlined button or a ghost button. | string |`'ghost'`, `'outline'`| - |
0 commit comments