Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Chip control for WinUI apps #8564

Closed
DmitryBorodiy opened this issue Jun 18, 2023 · 2 comments
Closed

Proposal: Chip control for WinUI apps #8564

DmitryBorodiy opened this issue Jun 18, 2023 · 2 comments
Labels
feature proposal New feature proposal team-Controls Issue for the Controls team

Comments

@DmitryBorodiy
Copy link

Proposal: Chip control for WinUI apps

Summary

Chips are compact elements that represent an attribute, text, entity, or action. They allow users to enter information, select a choice, filter content, or trigger an action.

Rationale

Chips allow users to enter information, make selections, filter content, or trigger actions. While buttons are expected to appear consistently and with familiar calls to action, chips should appear dynamically as a group of multiple interactive elements.

Scope

Microsoft.UI.Xaml.Controls.Chip - chip control.
Microsoft.UI.Xaml.Controls.ChipGroup - chip group control.

@DmitryBorodiy DmitryBorodiy added the feature proposal New feature proposal label Jun 18, 2023
@christosk92
Copy link

This already exists in the community toolkit labs repository.
CommunityToolkit/Labs-Windows#427

@JohnnyWestlake
Copy link

Worth noting that the Community Toolkit version is implemented in C#, so not immediately usable by all WinUI 3 apps. A C++/WinRT port of it seems reasonable.

@bpulliam bpulliam added the team-Controls Issue for the Controls team label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature proposal New feature proposal team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

4 participants