Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Sep 5, 2024
1 parent 5ae90f7 commit 6ce50d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ReactWithDotNet/ThirdPartyLibraries/_Swiper_/Swiper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ public sealed class SwiperNavigationOption
public sealed class SwiperGridOption
{
public double? rows { get; set; }

/// <summary>
/// Can be 'column' or 'row'. Defines how slides should fill rows, by column or by row
/// </summary>
public string fill { get; set; }
}


Expand Down

0 comments on commit 6ce50d4

Please sign in to comment.