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
Wrap the existing IconData hierarchy (SymbolIconData,
FontIconData, BitmapIconData, PathIconData, ImageIconData)
in a new IconElement record that can be placed as a child
of any layout container.
- Element record: IconElement(IconData Data)
- Factory methods: Icon(IconData), Icon(string)
- Reconciler mount/update handlers
- Fluent .Set() extension
- Unit tests for record, factories, and with-expressions
Closes#257
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments