Happy Clients

Provide contextual feedback messages for typical user actions with the handful
of available and flexible alert messages.

Get Started

Default


Use @Html.Nettex().Client() method to list clients

// list all clients
@Html.Nettex().Client()

// or
@Html.Nettex().Client().DisplayCount(8)
                        

Info!

Clients are managing from manage panel. Login to manage clients.

Slider


use .ToSlider(Action[SliderBuilder] action) method to make slider.
You can see other slider methods by click here

@Html.Nettex().Client()
    .ToSlider(slider => {
        slider.SlidesToShow(4);
        slider.Dots();
    })

Methods

Method Description

.DisplayCount(int count)

Comming soon.