Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Jul 27, 2024
1 parent a09b535 commit 93027a2
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# SwipeCardView Control for .NET MAUI

<!--[![NuGet](https://img.shields.io/nuget/v/Plugin.Maui.SwipeCardView.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Maui.SwipeCardView/)-->

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.
Expand All @@ -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)

<!--## Setup
## Install Plugin

[![NuGet](https://img.shields.io/nuget/v/Plugin.Maui.SwipeCardView.svg?label=NuGet)](https://www.nuget.org/packages/Plugin.Maui.SwipeCardView/)

Available on [NuGet](http://www.nuget.org/packages/Plugin.Maui.SwipeCardView).

- Available on NuGet: [MLToolkit.Maui.SwipeCardView](https://www.nuget.org/packages/Plugin.Maui.SwipeCardView/)
- Install into your PCL/.NET Standard project-->
Install with the dotnet CLI: `dotnet add package Plugin.Maui.SwipeCardView`, or through the NuGet Package Manager in Visual Studio.

## Features

Expand All @@ -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).-->
For more info about the features check out [the full documentation](docs/index.md).

<!--## API
## API

[SwipeCardView API](docs/api.md)

## Changelog

[Change Log - February 2020](docs/changelog.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

Expand Down

0 comments on commit 93027a2

Please sign in to comment.