We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab46697 commit 92c900cCopy full SHA for 92c900c
stories/components/personCard/personCard.properties.stories.js
@@ -53,3 +53,10 @@ export const inheritDetails = () => html`
53
export const setUserId = () => html`
54
<mgt-person-card user-id="2804bc07-1e1f-4938-9085-ce6d756a32d2"></mgt-person-card>
55
`;
56
+
57
+export const personCardConfig = () => html`
58
+<mgt-person-card person-query="me" show-presence></mgt-person-card>
59
+<script>
60
+ import { MgtPersonCardConfig } from '@microsoft/mgt-components';
61
+ MgtPersonCardConfig.sections.files = false;
62
+</script>`;
0 commit comments