Implemented Carousel logic
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Frontend.Libs.Generic.Carousel.Components;
|
||||
|
||||
public class CarouselItem
|
||||
{
|
||||
public string ImageUrl { get; set; } = string.Empty;
|
||||
public string Text { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user