Skip to content

Commit fb488f7

Browse files
committed
Adding video for the MS Teams tab tutorial
1 parent d017201 commit fb488f7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Starting with the SharePoint Framework v1.7, you can also implement your Microso
1212
> [!IMPORTANT]
1313
> This feature is currently in preview and is subject to change. It is not currently supported for use in production environments. Your feedback and input around this capability is welcome using the [SharePoint Dev Docs issue list](https://github.com/SharePoint/sp-dev-docs/issues).
1414
15-
1615
Before you start, complete the procedures in the following articles to ensure that you understand the basic flow of creating a custom client-side web part:
1716

1817
* [Build your first web part](build-a-hello-world-web-part.md)
@@ -22,6 +21,14 @@ Before you start, complete the procedures in the following articles to ensure th
2221
> [!IMPORTANT]
2322
> This lab requires that you are using plusbeta version of the SharePoint Framework 1.7 as the capabilities are not yet ready for production usage. You can install latest SharePoint Framwork version to your development machine by using following command: `npm install -g @microsoft/sharepoint`.
2423
24+
You can also follow these steps by watching this video on the SharePoint PnP YouTube Channel:
25+
26+
<br/>
27+
28+
> [!Video https://www.youtube.com/embed/4kSRmetB4vA]
29+
30+
<br/>
31+
2532
## Create a new web part project
2633

2734
1. Create a new project directory in your favorite ___location:

0 commit comments

Comments
 (0)