Skip to content

Commit 3e2b89c

Browse files
committed
docs(scroll-top): add comments
1 parent bc3a60f commit 3e2b89c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/flowbite-angular/scroll-top/scroll-top.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,14 @@ export class ScrollTopComponent extends BaseComponent<ScrollTopClass> implements
110110
public position = model(inject(FLOWBITE_SCROLL_TOP_POSITION_DEFAULT_VALUE));
111111
/**
112112
* Set the scroll top icon
113+
*
114+
* @default undefined
113115
*/
114116
public icon = model(inject(FLOWBITE_SCROLL_TOP_ICON_DEFAULT_VALUE));
115117
/**
116118
* Set the custom style for this scroll top
119+
*
120+
* @default {}
117121
*/
118122
public customStyle = model(inject(FLOWBITE_SCROLL_TOP_CUSTOM_STYLE_DEFAULT_VALUE));
119123
//#endregion

0 commit comments

Comments
 (0)