Persona with custom presence icons? #17214
Answered
by
TheColdPot
GordonSmith
asked this question in
Q&A
-
Are there any examples of using Persona with custom Presence Icons? |
Beta Was this translation helpful? Give feedback.
Answered by
TheColdPot
Mar 7, 2021
Replies: 1 comment
-
Persona has a <Persona
{...OtherPersonaProps}
size={PersonaSize.size8}
presence={PersonaPresence.online}
/>
Fluent UI cannot having custom image for presence yet. You can submit an issue or raise an idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khmakoto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Persona has a
presence
prop. It's type is enumPersonaPresence
.If you want to add an icon with a presence,
PersonaPresence
has following values:Fluent UI cannot having custom image for presence yet. You can submit an issue or raise an idea.