The Syncfusion .NET MAUI Cards control allows you to create dismissible cards or a stack of cards. You can organize a sequence of cards where only one card is visible at a time. You can easily navigate through the stack by swiping to reveal the next card in the sequence.
Easily get started with the .NET MAUI Cards using a few simple lines of XAML and C# code example as demonstrated below. Also, explore our .NET MAUI Cards Example that shows you how to render and configure the .NET MAUI Cards.
<ContentPage
xmlns:card="clr-namespace:Syncfusion.Maui.Cards;assembly=Syncfusion.Maui.Cards">
<cards:SfCardView>
<Label Text="CardView" Background="PeachPuff" HorizontalTextAlignment="Center" VerticalTextAlignment="Center"/>
</cards:SfCardView>
</ContentPage>
using Syncfusion.Maui.Cards;
public partial class MainPage : ContentPage
{
public MainPage()
{
InitializeComponent();
SfCardView cardView = new SfCardView();
cardView.Content = new Label()
{
Text = "CardView",
HorizontalTextAlignment = TextAlignment.Center,
VerticalTextAlignment = TextAlignment.Center,
BackgroundColor = Colors.PeachPuff
};
this.Content = cardView;
}
}
Allows you to create a stack of cards where one card is visible at a time until you swipe to see the next card. It is possible to stack the cards on the left, right, top, and bottom of the layout, and swipe the cards in the four directions.
Cards that have been swiped will be visually represented at the edge, providing a clear cue that they have already been swiped.
Implement a dismissible card that can be swiped away from view, with the option to fade out the card during dismissal.
The border of a card can effortlessly be customized to the preferred color and thickness.
The corner radius can be easily customized to achieve rounded edges. You can provide different corner radii to different edges.
The Visible index is used to determine that the card index is displayed at the front of the card layout.
Indicators can be positioned at the edges of a card to signify specific states based on the current content of the card.
The Syncfusion .NET MAUI Cards control supports the following features:
You can find our .NET MAUI Cards demo, which demonstrates how to render and configure the Cards.
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.