-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Readmes to each component (#224)
* Add readmes to packages * Added standard readme to each component sample * Sorting items alphabetically * Update components/Collections/src/ReadMe.md * Add PackageReadmeFile directly to csproj files... --------- Co-authored-by: Arlo Godfrey <[email protected]> Co-authored-by: Niels Laute <[email protected]>
- Loading branch information
1 parent
241b30a
commit 201a8fe
Showing
44 changed files
with
1,057 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
# Windows Community Toolkit - Animations | ||
|
||
This package is part of the [Windows Community Toolkit](https://aka.ms/toolkit/windows) from the [.NET Foundation](https://dotnetfoundation.org). | ||
|
||
## Package Contents | ||
|
||
This package contains the following in the `CommunityToolkit.WinUI.Animations` namespace: | ||
|
||
- AnimationBuilder | ||
- AnimationSet | ||
- Connected Animations Helpers | ||
- Expressions | ||
- Implicit Animations | ||
- ScrollViewerExtensions | ||
|
||
## Which Package is for me? | ||
|
||
If you're developing with _UWP/WinUI 2 or Uno.UI_ you should be using the `CommunityToolkit.Uwp.Animations` package. | ||
|
||
If you're developing with _WindowsAppSDK/WinUI 3 or Uno.WinUI_ you should be using the `CommunityToolkit.WinUI.Animations` package. | ||
|
||
## Documentation | ||
|
||
Further documentation about these components can be found at: https://aka.ms/windowstoolkitdocs | ||
|
||
## License | ||
|
||
MIT | ||
|
||
See License.md in package for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
# Windows Community Toolkit - Behaviors | ||
|
||
This package is part of the [Windows Community Toolkit](https://aka.ms/toolkit/windows) from the [.NET Foundation](https://dotnetfoundation.org). | ||
|
||
## Package Contents | ||
|
||
This package contains the following in the `CommunityToolkit.WinUI.Behaviors` namespace: | ||
|
||
- AnimationCompletedTriggerBehavior | ||
- AnimationStartedTriggerBehavior | ||
- AutoSelectBehavior | ||
- FadeHeaderBehavior | ||
- FocusBehavior | ||
- InvokeActionsActivity | ||
- KeyDownTriggerBehavior | ||
- NavigateToUriAction | ||
- QuickReturnHeaderBehavior | ||
- StartAnimationAction | ||
- StackedNotificationBehavior | ||
- StopAnimationAction | ||
- StickyHeaderBehavior | ||
- ViewportBehavior | ||
|
||
## Which Package is for me? | ||
|
||
If you're developing with _UWP/WinUI 2 or Uno.UI_ you should be using the `CommunityToolkit.Uwp.Behaviors` package. | ||
|
||
If you're developing with _WindowsAppSDK/WinUI 3 or Uno.WinUI_ you should be using the `CommunityToolkit.WinUI.Behaviors` package. | ||
|
||
## Documentation | ||
|
||
Further documentation about these components can be found at: https://aka.ms/windowstoolkitdocs | ||
|
||
## License | ||
|
||
MIT | ||
|
||
See License.md in package for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
# Windows Community Toolkit - CameraPreview | ||
|
||
This package is part of the [Windows Community Toolkit](https://aka.ms/toolkit/windows) from the [.NET Foundation](https://dotnetfoundation.org). | ||
|
||
## Package Contents | ||
|
||
This package contains the following controls in the `CommunityToolkit.WinUI.Controls` namespace: | ||
|
||
- CameraPreview | ||
|
||
## Which Package is for me? | ||
|
||
If you're developing with _UWP/WinUI 2 or Uno.UI_ you should be using the `CommunityToolkit.Uwp.Controls.CameraPreview` package. | ||
|
||
If you're developing with _WindowsAppSDK/WinUI 3 or Uno.WinUI_ you should be using the `CommunityToolkit.WinUI.Controls.CameraPreview` package. | ||
|
||
## WinUI Resources (UWP) | ||
|
||
For UWP projects, the WinUI 2 reference requires you include the WinUI XAML Resources in your App.xaml file: | ||
|
||
```xml | ||
<Application.Resources> | ||
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" /> | ||
</Application.Resources> | ||
``` | ||
|
||
See [Getting Started in WinUI 2](https://learn.microsoft.com/windows/apps/winui/winui2/getting-started) for more information. | ||
|
||
## Documentation | ||
|
||
Further documentation about these components can be found at: https://aka.ms/windowstoolkitdocs | ||
|
||
## License | ||
|
||
MIT | ||
|
||
See License.md in package for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
# Windows Community Toolkit - Collections | ||
|
||
This package is part of the [Windows Community Toolkit](https://aka.ms/toolkit/windows) from the [.NET Foundation](https://dotnetfoundation.org). | ||
|
||
## Package Contents | ||
|
||
This package contains the following in the `CommunityToolkit.WinUI.Collections` namespace: | ||
|
||
- AdvancedCollectionView | ||
- IncrementalLoadingCollection | ||
|
||
## Which Package is for me? | ||
|
||
If you're developing with _UWP/WinUI 2 or Uno.UI_ you should be using the `CommunityToolkit.Uwp.Collections` package. | ||
|
||
If you're developing with _WindowsAppSDK/WinUI 3 or Uno.WinUI_ you should be using the `CommunityToolkit.WinUI.Collections` package. | ||
|
||
## Documentation | ||
|
||
Further documentation about these components can be found at: https://aka.ms/windowstoolkitdocs | ||
|
||
## License | ||
|
||
MIT | ||
|
||
See License.md in package for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
# Windows Community Toolkit - Converters | ||
|
||
This package is part of the [Windows Community Toolkit](https://aka.ms/toolkit/windows) from the [.NET Foundation](https://dotnetfoundation.org). | ||
|
||
## Package Contents | ||
|
||
This package contains the following converters in the `CommunityToolkit.WinUI.Converters` namespace: | ||
|
||
- BoolNegationConverter | ||
- BoolToObjectConverter | ||
- BoolToVisibilityConverter | ||
- CollectionVisibilityConverter | ||
- ColorToDisplayNameConverter | ||
- DoubleToObjectConverter | ||
- DoubleToVisibilityConverter | ||
- EmptyCollectionToObjectConverter | ||
- EmptyObjectToObjectConverter | ||
- EmptyStringToObjectConverter | ||
- FileSizeToFriendlyStringConverter | ||
- IFormattableToStringConverter | ||
- ResourceNameToResourceStringConverter | ||
- StringFormatConverter | ||
- StringVisibilityConverter | ||
- TaskResultConverter | ||
- TypeToObjectConverter | ||
- VisibilityToBoolConverter | ||
|
||
## Which Package is for me? | ||
|
||
If you're developing with _UWP/WinUI 2 or Uno.UI_ you should be using the `CommunityToolkit.Uwp.Converters` package. | ||
|
||
If you're developing with _WindowsAppSDK/WinUI 3 or Uno.WinUI_ you should be using the `CommunityToolkit.WinUI.Converters` package. | ||
|
||
## Documentation | ||
|
||
Further documentation about these components can be found at: https://aka.ms/windowstoolkitdocs | ||
|
||
## License | ||
|
||
MIT | ||
|
||
See License.md in package for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
# Windows Community Toolkit - DeveloperTools | ||
|
||
This package is part of the [Windows Community Toolkit](https://aka.ms/toolkit/windows) from the [.NET Foundation](https://dotnetfoundation.org). | ||
|
||
## Package Contents | ||
|
||
This package contains the following controls in the `CommunityToolkit.WinUI.DeveloperTools` namespace: | ||
|
||
- AlignmentGrid | ||
- FocusTracker | ||
|
||
## Which Package is for me? | ||
|
||
If you're developing with _UWP/WinUI 2 or Uno.UI_ you should be using the `CommunityToolkit.Uwp.DeveloperTools` package. | ||
|
||
If you're developing with _WindowsAppSDK/WinUI 3 or Uno.WinUI_ you should be using the `CommunityToolkit.WinUI.DeveloperTools` package. | ||
|
||
## WinUI Resources (UWP) | ||
|
||
For UWP projects, the WinUI 2 reference requires you include the WinUI XAML Resources in your App.xaml file: | ||
|
||
```xml | ||
<Application.Resources> | ||
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" /> | ||
</Application.Resources> | ||
``` | ||
|
||
See [Getting Started in WinUI 2](https://learn.microsoft.com/windows/apps/winui/winui2/getting-started) for more information. | ||
|
||
## Documentation | ||
|
||
Further documentation about these components can be found at: https://aka.ms/windowstoolkitdocs | ||
|
||
## License | ||
|
||
MIT | ||
|
||
See License.md in package for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.