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
Make sample app link more prominent in readme and update component list (#789)
* Make sample app link more prominent in readme and update component list
* Apply suggestion from @Arlodotexe
Co-authored-by: Arlo <arlo.godfrey@outlook.com>
---------
Co-authored-by: Arlo <arlo.godfrey@outlook.com>
Copy file name to clipboardExpand all lines: ReadMe.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
2
2
# 🧪 Windows Community Toolkit Labs (Preview) 🧪
3
3
4
-

4
+
**[Try our components live in your browser in our Sample App here!](https://toolkitlabs.dev)**
5
+
6
+
[](https://toolkitlabs.dev)
5
7
6
8
Welcome to the home of Windows Community Toolkit Labs. A place for all new components to be developed in 'experiments' for the [Windows Community Toolkit](https://aka.ms/windowstoolkitdocs) (built on top of WinUI 2, [WinUI 3](https://aka.ms/winui3), and [Uno Platform](https://platform.uno))! Find out more about Toolkit Labs in our [blog post here](https://devblogs.microsoft.com/ifdef-windows/announcing-the-windows-community-toolkit-labs/). It includes more about our motivations for having this space as well as how to setup the NuGet feed required to easily use experiments found in this repo.
7
9
8
-
This is the starting place for all new features to make it into the [Windows Community Toolkit](https://aka.ms/wct). It is a useful prototyping space as well as a space to work collaboratively on polishing a feature. This allows a final PR into the main Toolkit repo to go as smoothly as possible once a feature is ready to go.
10
+
This is the starting place for all new features to make it into the [Windows Community Toolkit](https://aka.ms/wct). It is a useful prototyping space as well as a space to work collaboratively on polishing a feature. This allows a final PR into the main Toolkit repo to go as smoothly as possible once a feature is ready to go. You can try these components live in the browser, thanks to Uno Platform, [here](https://toolkitlabs.dev).
9
11
10
12
## Getting Started
11
13
@@ -22,14 +24,18 @@ If you find an experiment useful, please up-vote 👍 its corresponding issue an
22
24
Otherwise, you can clone the repo, open the `components` directory, navigate within the folder for a particular experiment and open up it's solution file in Visual Studio. Run one of the project heads (_ExperimentName.Uwp/Wasm/WinAppSDK_) to see its samples.
0 commit comments