From fb8ec693c49fc13f4f7da0dbdaa5d2ce52e64264 Mon Sep 17 00:00:00 2001 From: Peace Date: Tue, 16 Jul 2024 13:16:26 +0900 Subject: [PATCH] presence badge --- .../Components/Layout/NavMenu.razor | 2 +- .../Pages/Components/CompoPresenceBadge.razor | 88 ++++++++++++++++++- 2 files changed, 87 insertions(+), 3 deletions(-) diff --git a/BlazorFluentUI/Components/Layout/NavMenu.razor b/BlazorFluentUI/Components/Layout/NavMenu.razor index 0b39d5a..cfd6c79 100644 --- a/BlazorFluentUI/Components/Layout/NavMenu.razor +++ b/BlazorFluentUI/Components/Layout/NavMenu.razor @@ -49,7 +49,7 @@ Badge CounterBadge - PresenceBadge + PresenceBadge diff --git a/BlazorFluentUI/Components/Pages/Components/CompoPresenceBadge.razor b/BlazorFluentUI/Components/Pages/Components/CompoPresenceBadge.razor index 63b608f..1fc59d4 100644 --- a/BlazorFluentUI/Components/Pages/Components/CompoPresenceBadge.razor +++ b/BlazorFluentUI/Components/Pages/Components/CompoPresenceBadge.razor @@ -6,9 +6,93 @@ The FluentPresenceBadge component is used to display a status indicator such as available, away, or busy. -Appearances +Available Size +

+ A presence badge supports Tiny, ExtraSmall, Small, Medium, and Large size. + The default size is , Small. +

- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Default options +

+ A presence badge supports Available, Away, Busy, DoNotDisturb, Offline, OutOfOffice , and Unknown status. + The default status is , Available. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @code {