Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FluentPersona] Hide name functionality #1706

Closed
wants to merge 3 commits into from
Closed

[FluentPersona] Hide name functionality #1706

wants to merge 3 commits into from

Commits on Mar 16, 2024

  1. - Added new parameter HideName to FluentPersona component which d…

    …oes not render <div class="name> when true.
    
    - Added functionality of only displaying <div class="name> if the `HideName` property is false and either the `Name` property is not null or whitespace, or the `ChildContent` property is not null.
    - Added `@attributes="@AdditionalAttributes"` to `FluentPersona.razor` <div> tag
    - Added example to `PersonPage.razor`
    - Added unit tests
    lokitech committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a939f7f View commit details
    Browse the repository at this point in the history
  2. - Added new parameter HideName to FluentPersona component which d…

    …oes not render <div class="name> when true.
    
    - Added functionality of only displaying <div class="name> if the `HideName` property is false and either the `Name` property is not null or whitespace, or the `ChildContent` property is not null.
    - Added `@attributes="@AdditionalAttributes"` to `FluentPersona.razor` <div> tag
    - Added example to `PersonPage.razor`
    - Added unit tests
    lokitech committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    7ea3554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1412651 View commit details
    Browse the repository at this point in the history