You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stories/overview.stories.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
import { Meta } from'@storybook/addon-docs/blocks';
1
+
import { Meta } from'@storybook/addon-docs';
2
2
3
3
<Metatitle="Overview" />
4
4
5
-
# Microsoft Graph Toolkit: UI Components and Authentication Providers for Microsoft Graph
5
+
# Microsoft Graph Toolkit: UI Components and Authentication Providers for Microsoft Graph
6
6
7
7
The Microsoft Graph Toolkit is a collection of reusable, framework-agnostic components and authentication providers for accessing and working with Microsoft Graph. The components are fully functional right of out of the box, with built in providers that authenticate with and fetch data from Microsoft Graph.
8
8
@@ -30,7 +30,7 @@ npm i @microsoft/mgt
30
30
31
31
### Components
32
32
33
-
The Microsoft Graph Toolkit includes a collection of web components for the most commonly built experiences powered by Microsoft Graph APIs.
33
+
The Microsoft Graph Toolkit includes a collection of web components for the most commonly built experiences powered by Microsoft Graph APIs.
34
34
35
35
The components are also available as [React components](https://docs.microsoft.com/graph/toolkit/get-started/mgt-react).
36
36
@@ -67,6 +67,7 @@ The components are also available as [React components](https://docs.microsoft.c
67
67
## Who should use it?
68
68
69
69
The Microsoft Graph Toolkit is great for developers of all experience levels looking to develop an app that connects to and accesses data from Microsoft Graph, such as a:
70
+
70
71
- Web app
71
72
- Microsoft Teams tab
72
73
- SharePoint web part
@@ -81,9 +82,8 @@ The Microsoft Graph Toolkit is supported in the following browsers.
0 commit comments