We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a66ae4 commit 4f4c180Copy full SHA for 4f4c180
projects/coreui-angular/src/lib/widget/widget-stat-f/widget-stat-f.component.ts
@@ -33,10 +33,7 @@ export class WidgetStatFComponent implements AfterContentInit {
33
* @type string
34
*/
35
@Input() icon?: string;
36
- /**
37
- * Title of the widget to display
38
- * @type string
39
- */
+
40
/**
41
* Set padding of your component.
42
* @type boolean
@@ -50,6 +47,10 @@ export class WidgetStatFComponent implements AfterContentInit {
50
47
}
51
48
private _padding = false;
52
49
+ /**
+ * Title of the widget to display
+ * @type string
53
+ */
54
@Input() title?: string;
55
56
* Value for your widget to display
0 commit comments