Skip to content

FluentNavMenu should allow for a custom icon #463

@mrpmorris

Description

@mrpmorris
                @if (Collapsible) {
                    <FluentButton Appearance="Appearance.Lightweight"
                              Class="navmenu-main-button"
                              @onclick="CollapsibleClickAsync"
                              title="@Title">
                        <FluentIcon Name="@(FluentIcons.Navigation)" Size="IconSize.Size20" />
                    </FluentButton>
                }

This will force the consuming app to include icons, which is something I don't wish to do. Perhaps we could have a NavigationContent render fragment?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions