VOOZH about

URL: https://www.nuget.org/packages/Lookif.Component.Carousel/

⇱ NuGet Gallery | Lookif.Component.Carousel 3.0.0




Lookif.Component.Carousel 3.0.0

dotnet add package Lookif.Component.Carousel --version 3.0.0
 
 
NuGet\Install-Package Lookif.Component.Carousel -Version 3.0.0
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Lookif.Component.Carousel" Version="3.0.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lookif.Component.Carousel" Version="3.0.0" />
 
Directory.Packages.props
<PackageReference Include="Lookif.Component.Carousel" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Lookif.Component.Carousel --version 3.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Lookif.Component.Carousel, 3.0.0"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Lookif.Component.Carousel@3.0.0
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Lookif.Component.Carousel&version=3.0.0
 
Install as a Cake Addin
#tool nuget:?package=Lookif.Component.Carousel&version=3.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Introduction

Lookif.Carousel is a library that enables Blazor developers to easily add carousels to their web applications without the need to import any external JavaScript or CSS files. With Lookif.Carousel, developers can add responsive carousels with swipe gestures and customizable settings.

Installation

Lookif.Carousel can be installed using NuGet. You can install it using the NuGet Package Manager in Visual Studio or by running the following command in the Package Manager Console:

Install-Package Lookif.Component.Carousel

Getting Started

Once you have installed the Lookif.Carousel package, you can add the carousel component to your Blazor pages. Here is an example of how to use the carousel component:

<LFCarousel 
	Data="@items"
	CarouselType=CarouselType.Item
	Size=ImageSize>
</LFCarousel>

In this example, we are binding the carousel to a collection of items (@items) and setting various properties, such as the type of carousel, the width and height of each item (Size).

Properties

The following properties are available for the Carousel component:

Property Definition
Items The collection of items to display in the carousel. It is type of CarouselContextHolder which Contains Title,Image(path),and Listof CarouselItemContextHolder which holds your items(Properties are shown later).
CarouselType Type of Carousel. we have 2 types right now. "Header,Item"
Size Size of each items. It is under System.Drawing library that holds Witdh and Height.

CarouselItemContextHolder Contains:

public string ImageThumbnail { get; set; }
public string Image { get; set; }
public string Link { get; set; }
public string Title { get; set; }
public string Definition{ get; set; }

Contributing

Contributions to Lookif.Carousel are always welcome! If you have any bug reports, feature requests, or pull requests, please feel free to open an issue or a pull request on the GitHub repository: https://github.com/Farshadhn/Lookif.Component.Carousel.

License

Lookif.Carousel is licensed under the GNU license. See the LICENSE file for more information.

Product Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0 292 6/25/2025
2.0.0 276 4/24/2025
1.5.3 244 1/20/2025
1.5.2 271 7/9/2024
1.5.1 457 11/22/2023
1.5.0 227 11/3/2023
1.4.1 236 10/18/2023
1.4.0 225 10/18/2023
1.3.0 277 9/7/2023
1.2.0 293 5/29/2023
1.1.0 972 4/25/2023
1.0.2 313 4/24/2023
1.0.1 325 4/23/2023
1.0.0 315 4/23/2023