Control library which adds a WinUI BreadcrumbBar to the FluentAvalonia package.
Reference the Nuget package and include the Style in your application
<!-- in App.axaml -->
<!-- Define xmlns:sty="using:FluentAvalonia.Styling" -->
<App.Styles>
<sty:FluentAvaloniaTheme />
<StyleInclude Source="avares://FluentAvalonia.BreadcrumbBar/Styling/Styles.axaml" />
</App.Styles>