Skip to content

Commit 822740c

Browse files
Quick Doc clean-up
Add future `experimental` frontmatter to docs from CommunityToolkit/Tooling-Windows-Submodule#131 Add TransitionHelper description to doc content (as was blank)
1 parent 47ae524 commit 822740c

8 files changed

Lines changed: 10 additions & 8 deletions

File tree

components/CanvasLayout/samples/CanvasLayout.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dev_langs:
77
- csharp
88
category: Controls
99
subcategory: Layout
10+
experimental: true
1011
discussion-id: 311
1112
issue-id: 213
1213
icon: Assets/CanvasLayout.png

components/CanvasView/samples/CanvasView.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dev_langs:
77
- csharp
88
category: Controls
99
subcategory: Layout
10+
experimental: true
1011
discussion-id: 310
1112
issue-id: 212
1213
icon: Assets/CanvasView.png

components/DataTable/samples/DataTable.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dev_langs:
77
- csharp
88
category: Controls
99
subcategory: Layout
10+
experimental: true
1011
discussion-id: 415
1112
issue-id: 0
1213
icon: Assets/DataTable.png

components/MarqueeText/samples/MarqueeText.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dev_langs:
77
- csharp
88
category: Controls
99
subcategory: StatusAndInfo
10+
experimental: true
1011
discussion-id: 231
1112
issue-id: 0
1213
icon: Assets/MarqueeText.png

components/RivePlayer/samples/RivePlayer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dev_langs:
77
- csharp
88
category: Animations
99
subcategory: Media
10+
experimental: true
1011
discussion-id: 309
1112
issue-id: 0
1213
icon: Assets/RivePlayer.png

components/Shimmer/samples/Shimmer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dev_langs:
77
- csharp
88
category: Controls
99
subcategory: Layout
10+
experimental: true
1011
discussion-id: 381
1112
issue-id: 390
1213
icon: Assets/Shimmer.png

components/TokenView/samples/TokenView.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,12 @@ dev_langs:
77
- csharp
88
category: Controls
99
subcategory: Layout
10+
experimental: true
1011
discussion-id: 323
1112
issue-id: 0
1213
icon: Assets/TokenView.png
1314
---
1415

15-
<!-- To know about all the available Markdown syntax, Check out https://docs.microsoft.com/contribute/markdown-reference -->
16-
<!-- Ensure you remove all comments before submission, to ensure that there are no formatting issues when displaying this page. -->
17-
<!-- It is recommended to check how the Documentation will look in the sample app, before Merging a PR -->
18-
<!-- **Note:** All links to other docs.microsoft.com pages should be relative without locale, i.e. for the one above would be /contribute/markdown-reference -->
19-
<!-- Included images should be optimized for size and not include any Intellectual Property references. -->
20-
21-
<!-- Be sure to update the discussion/issue numbers above with your Labs discussion/issue id numbers in order for UI links to them from the sample app to work. -->
22-
2316
The TokenView is used to display `Tokens` in a consistent way that is inline with the Windows 11 design language. This control can be easily used to to display e.g. filters, contacts or other snippets of information.
2417

2518
Tokens allow for setting the `Icon` and `Content` while they can be removed as well.

components/TransitionHelper/samples/TransitionHelper.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ dev_langs:
77
- csharp
88
category: Controls
99
subcategory: Layout
10+
experimental: true
1011
discussion-id: 353
1112
issue-id: 0
1213
icon: Assets/TransitionHelper.png
1314
---
1415

16+
The TransitionHelper is a set of attached properties and APIs which allow for smooth animations between two sets of components on a single page. This is helpful for providing smooth experiences when morphing or expanding content based on scrolling or other user input.
17+
1518
## Example
1619

1720
> [!SAMPLE TransitionHelperFullExample]

0 commit comments

Comments
 (0)