From 2e8dbc132cb232c924efbd823911061f4b444952 Mon Sep 17 00:00:00 2001 From: Martin Musale Date: Tue, 25 Jul 2023 11:42:22 +0300 Subject: [PATCH] Update the README docs for mgt-components Signed-off-by: Martin Musale --- packages/mgt-components/README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/packages/mgt-components/README.md b/packages/mgt-components/README.md index 29737cf2a0..9194f48500 100644 --- a/packages/mgt-components/README.md +++ b/packages/mgt-components/README.md @@ -13,16 +13,23 @@ You can explore components and samples with the [playground](https://mgt.dev) po The Toolkit currently includes the following components: +* [mgt-agenda](https://learn.microsoft.com/graph/toolkit/components/agenda) +* [mgt-file](https://learn.microsoft.com/graph/toolkit/components/file) +* [mgt-file-list](https://learn.microsoft.com/graph/toolkit/components/file-list) +* [mgt-get](https://learn.microsoft.com/graph/toolkit/components/get) * [mgt-login](https://learn.microsoft.com/graph/toolkit/components/login) -* [mgt-person](https://learn.microsoft.com/graph/toolkit/components/person) -* [mgt-person-card](https://learn.microsoft.com/graph/toolkit/components/person-card) * [mgt-people](https://learn.microsoft.com/graph/toolkit/components/people) * [mgt-people-picker](https://learn.microsoft.com/graph/toolkit/components/people-picker) -* [mgt-agenda](https://learn.microsoft.com/graph/toolkit/components/agenda) +* [mgt-person](https://learn.microsoft.com/graph/toolkit/components/person) +* [mgt-person-card](https://learn.microsoft.com/graph/toolkit/components/person-card) +* [mgt-search-box](https://learn.microsoft.com/graph/toolkit/components/person-box) +* [mgt-search-results](https://learn.microsoft.com/graph/toolkit/components/search-results) * [mgt-tasks](https://learn.microsoft.com/graph/toolkit/components/tasks) -* [mgt-todo](https://learn.microsoft.com/graph/toolkit/components/todo) -* [mgt-get](https://learn.microsoft.com/graph/toolkit/components/get) +* [mgt-taxonomy-picker](https://learn.microsoft.com/graph/toolkit/components/taxonomy-picker) * [mgt-teams-channel-picker](https://learn.microsoft.com/graph/toolkit/components/teams-channel-picker) +* [mgt-theme-toggle](https://learn.microsoft.com/graph/toolkit/components/theme-toggle) +* [mgt-todo](https://learn.microsoft.com/graph/toolkit/components/todo) + The components work best when used with a [provider](https://learn.microsoft.com/graph/toolkit/providers). The provider handles authentication and the requests to the Microsoft Graph APIs used by the components.