From 93027a2a323bed2f33d2bcadf86bb0ee48a33dfd Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Sat, 27 Jul 2024 14:02:03 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d5bbb6b..a69003d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ # SwipeCardView Control for .NET MAUI - - SwipeCardView is a lightweight MVVM friendly UI control that brings Tinder-style swipeable cards to .NET MAUI applications. It supports swiping in all directions while providing constant dragging feedback, which enables awesome interactivity. This library is intended for anyone who wants to build swipeable UI in C#. As it's built on top of .NET MAUI and uses no platform-specific code, it works on Android, iOS and any other supported platforms. If you are familiar with .NET MAUI `ListView`, `CollectionView` and `SwipeGestureRecognizer` interfaces, you will be able to utilize SwipeCardView with minimal effort. @@ -17,10 +15,13 @@ Have a look at the sample app in this repository, or screen recordings of the sa ![SwipeCardView Android TinderPage Nope](docs/images/SwipeCardView_Android_TinderPage_Nope.gif) ![SwipeCardView Android TinderPage Down](docs/images/SwipeCardView_Android_TinderPage_Down.gif) - +Install with the dotnet CLI: `dotnet add package Plugin.Maui.SwipeCardView`, or through the NuGet Package Manager in Visual Studio. ## Features @@ -29,19 +30,19 @@ Have a look at the sample app in this repository, or screen recordings of the sa - Adjustability – Customize the behavior of SwipeCardView. Set card rotation, animation length, back card scale etc. - Interactivity – Respond to dragging and swipe gestures using events or commands - +For more info about the features check out [the full documentation](docs/index.md). - +[Change Log - February 2020](docs/changelog.md) ## Samples -You can try all the samples by cloning this project and running the solution in Visual Studio. +You can try all the samples by cloning this project and running the [sample app solution](samples/) in Visual Studio. ### Simple Page