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 bc3a60f commit 3e2b89cCopy full SHA for 3e2b89c
libs/flowbite-angular/scroll-top/scroll-top.component.ts
@@ -110,10 +110,14 @@ export class ScrollTopComponent extends BaseComponent<ScrollTopClass> implements
110
public position = model(inject(FLOWBITE_SCROLL_TOP_POSITION_DEFAULT_VALUE));
111
/**
112
* Set the scroll top icon
113
+ *
114
+ * @default undefined
115
*/
116
public icon = model(inject(FLOWBITE_SCROLL_TOP_ICON_DEFAULT_VALUE));
117
118
* Set the custom style for this scroll top
119
120
+ * @default {}
121
122
public customStyle = model(inject(FLOWBITE_SCROLL_TOP_CUSTOM_STYLE_DEFAULT_VALUE));
123
//#endregion
0 commit comments