Html Editor
Provide contextual feedback messages for typical user actions with the handful
of available and flexible alert messages.
Default
Use @Html.LLG().TeamMember()
method to to list team members

Roberto Willis
Co-Founder

Victoria Loda
Web Developer
@Html.LLG().TeamMember().DisplayCount(2)
To Slider
use .ToSlider(Action[Slider] action)
method to make slider
You can see another slider option by click here

Roberto Willis
Co-Founder

Victoria Loda
Web Developer

John Doe
Designer

John Smith
Software Developer
@Html.LLG().TeamMember().DisplayCount(4).ToSlider(slider => {
slider.SlidesToShow(2);
slider.Dots();
})
Variation
use .Variation(TeamMemberVariation variation)
method to change view. Default variation is TeamMemberVariation.Variation1
comming soon
comming soon
@Html.LLG().TeamMember()
.DisplayCount(2)
.Variation(TeamMemberVariation.Variation2)