Skip to content

Commit b2b9d3a

Browse files
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>
1 parent c9173e8 commit b2b9d3a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ReadMe.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11

22
# 🧪 Windows Community Toolkit Labs (Preview) 🧪
33

4-
![Windows Community Toolkit Labs header](CommunityToolkitLabs-Header.png)
4+
**[Try our components live in your browser in our Sample App here!](https://toolkitlabs.dev)**
5+
6+
[![Windows Community Toolkit Labs header](CommunityToolkitLabs-Header.png)](https://toolkitlabs.dev)
57

68
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.
79

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).
911

1012
## Getting Started
1113

@@ -22,14 +24,18 @@ If you find an experiment useful, please up-vote 👍 its corresponding issue an
2224
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.
2325

2426
**List of current experiments**
27+
- [Adorners](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/Adorners/samples/Adorners.md)
2528
- [AppServices](https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/AppServices)
2629
- [CanvasLayout](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/CanvasLayout/samples/CanvasLayout.md)
2730
- [CanvasView](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/CanvasView/samples/CanvasView.md)
31+
- [ColorAnalyzer](https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/ColorAnalyzer)
2832
- [DataTable](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/DataTable/samples/DataTable.md)
33+
- [DependencyPropertyGenerator](https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/DependencyPropertyGenerator)
2934
- [Extensions.DependencyInjection](https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/Extensions.DependencyInjection)
3035
- [MarkdownTextBlock](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/MarkdownTextBlock/samples/MarkdownTextBlock.md)
3136
- [Marquee](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/Marquee/samples/Marquee.md)
3237
- [Notifications](https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/Notifications)
38+
- [OpacityMaskView](https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/OpacityMaskView/samples/OpacityMaskView.md)
3339
- [Ribbon](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/Ribbon/samples/Ribbon.md)
3440
- [RivePlayer](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/RivePlayer/samples/RivePlayer.md)
3541
- [Shimmer](https://github.com/CommunityToolkit/Labs-Windows/blob/main/components/Shimmer/samples/Shimmer.md)

0 commit comments

Comments
 (0)