-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
experiment 🧪Used to track issues that are experiments (or their linked discussions)Used to track issues that are experiments (or their linked discussions)
Description
Approved from Discussion
Problem Statement
An easy way to visualize filters / selected data / options.
Overview
This experiment adds the following components:
- TokenView
- TokenItem
Using
You can try it out via the NuGet Packages here:
- UWP: https://dev.azure.com/dotnet/CommunityToolkit/_artifacts/feed/CommunityToolkit-Labs/NuGet/CommunityToolkit.Labs.Uwp.TokenView
- WinUI 3: https://dev.azure.com/dotnet/CommunityToolkit/_artifacts/feed/CommunityToolkit-Labs/NuGet/CommunityToolkit.Labs.WinUI.TokenView
Read more about Preview Packages here.
Code
<labs:TokenView>
<labs:TokenItem Content="All" />
<labs:TokenItem Content="Apps">
<labs:TokenItem.Icon>
<FontIcon Glyph="" />
</labs:TokenItem.Icon>
</labs:TokenItem>
<labs:TokenItem Content="Work">
<labs:TokenItem.Icon>
<FontIcon Glyph="" />
</labs:TokenItem.Icon>
</labs:TokenItem>
<labs:TokenItem Content="Documents">
<labs:TokenItem.Icon>
<FontIcon Glyph="" />
</labs:TokenItem.Icon>
</labs:TokenItem>
<labs:TokenItem Content="Web">
<labs:TokenItem.Icon>
<FontIcon Glyph="" />
</labs:TokenItem.Icon>
</labs:TokenItem>
<labs:TokenItem Content="Settings">
<labs:TokenItem.Icon>
<FontIcon Glyph="" />
</labs:TokenItem.Icon>
</labs:TokenItem>
</labs:TokenView>
Documentation & samples
https://github.com/CommunityToolkit/Labs-Windows/tree/main/components/TokenView/samples
Additional info
No response
### Implementation Requirements
- [X] Working Prototype
- [X] Feature Complete
- [X] Documentation
- [X] Samples
- [ ] Unit Tests
- [ ] Community Feedback / Usage Testimonies
### Tested Platforms
- [x] UWP
- [x] WinAppSDK / WinUI 3
- [x] Web Assembly (WASM)
- [ ] Android
- [ ] iOS
- [ ] MacOS
- [ ] Linux / GTK
### Technical Review
- [ ] Accessibility Audit
- [ ] API/Naming Review
- [ ] Code Quality/Style
- [ ] Dependency Review
- [ ] Design/Style Review
- [ ] Final Approval
Community Help?
None
jp-weber, Jay-o-Way, manfromarce, DmitryBorodiy, kyoyama-kazusa and 6 more
Metadata
Metadata
Assignees
Labels
experiment 🧪Used to track issues that are experiments (or their linked discussions)Used to track issues that are experiments (or their linked discussions)
Type
Projects
Status
No status