.NET MAUI Chips is a feature-rich control that presents information in an interactive and customizable layout. It arranges multiple chips in an organized layout, facilitating easy grouping and selection, and enhancing user experience and interface design.
Easily get started with the .NET MAUI Chips using a few simple lines of XAML code as demonstrated below. Also explore our .NET MAUI Chips Example that shows you how to render and configure .NET MAUI Chips.
<ContentPage.BindingContext>
<local:ViewModel/>
</ContentPage.BindingContext>
<ContentPage.Content>
<StackLayout>
<chip:SfChipGroup
Command="{Binding ActionCommand}"
ItemsSource="{Binding Employees}"
DisplayMemberPath="Name"
ChipType="Action">
</chip:SfChipGroup>
<StackLayout Orientation="Horizontal">
<Label
Text="Name:"
FontAttributes="Bold"
FontSize="14" />
<Label
Text="{Binding Result}"
FontAttributes="Bold"
FontSize="14" />
</StackLayout>
</StackLayout>
</ContentPage.Content>
Users can arrange the chips according to their preference using various layout options, such as stack, flex, and more.
The .NET MAUI Chips control features a versatile set of chips that include input, choice, action, and filter types. Each chip type serves a distinct purpose, allowing flexible and dynamic user interactions.
Display a piece of information in a compact form by converting text into chips. Input-type chips can be removed from the layout with the close button.
An action-type chip executes a command when it is tapped. It returns the tapped chip or its data context as a command parameter.
The choice type of .NET MAUI Chips provides a way to pick a selection from several options.
The filter type of .NET MAUI Chips provides a way to make multiple selections in a chip group. A selection indicator will appear when a chip is selected.
The .NET MAUI Chips is highly customizable. You can customize its color, border thickness, and corner radius.
The border color of .NET MAUI Chips can easily be customized to the desired color.
The border of .NET MAUI Chips can easily be customized to the desired thickness. You can also remove the border entirely if it is not required.
The .NET MAUI Chips control’s corner radii can easily be customized to create rounded edges.
Every aspect of the .NET MAUI Chips control has been designed with the MVVM pattern in mind, ensuring seamless integration and enhanced functionality.
The Syncfusion .NET MAUI Chips control offers the following features:
You can find our .NET MAUI Chips demo, which demonstrates how to render and configure the Chips.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.