@using BlazorAnimation @using TIAMWebApp.Shared.Application.Models.ClientSide.UI
@code { [Parameter] public List SliderItems { get; set; } [Parameter] public string PBottom { get; set; } = "50px"; [Parameter] public string Height { get; set; } = "50vh"; }