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
## PR Checklist
Please check if your PR fulfills the following requirements:
<!--- [ ] Tests for the changes have been added (for bug
fixes/features)-->
- [ ] Docs have been added/updated (for bug fixes/features)
## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x". -->
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build related changes
- [ ] CI-related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:
## Issue Number
<!-- Bugs and features must be linked to an issue. -->
Issue Number: #85
## Does this PR introduce a breaking change?
<!-- If this PR contains a breaking change, please describe the impact
and migration path for existing applications below. -->
- [ ] Yes
- [x] No
## Other information
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Added support for dynamic icons in the scroll-to-top feature.
- **Bug Fixes**
- Ensured that existing functionality and layout remain unaffected by
the new component integration.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
We need to add a way to customize the icon displayed inside the ScrollTop component
Proposed solution
Define an input
icon
as amodel<TemplateRef<unknown> | undefined>(undefined)
. (See ifundefined
works or putnull
instead)Alternatives considered
No response
The text was updated successfully, but these errors were encountered: