Conversation
|
🧹 Preview deployment cleaned up: https://pr-13569--ui5-webcomponents.netlify.app |
Code ReviewNice implementation! Clean approach with minimal changes to existing code. Here are my findings: ✅ Strengths
🔍 Potential Issues1. Missing The CSS adds align-items: center;
justify-content: center;But I don't see 2. This is added to the shared 3. Slot naming Agree with your TODO - "symbol" is a bit ambiguous. My preference would be:
📝 Minor
VerdictLGTM with minor clarifications - solid implementation, just want to confirm the flexbox centering works as intended. |
Tested locally and there are no problems for now using |
|
🎉 This PR is included in version v2.23.0-rc.0 🎉 The release is available on v2.23.0-rc.0 Your semantic-release bot 📦🚀 |
Introduces a named slot that renders a wrapper instead of , allowing applications to use font-based icon libraries (Font Awesome, Material Icons, Bootstrap Icons, Phosphor, etc.) while keeping ui5-icon as the host for sizing, design tokens, color, and accessibility.
Usage:
Fixes: #8186