Skip to content

Is a Free UI library components for building modern and feature-rich ASP.NET MVC applications. Prowler MVC UI provides components with flexible data binding, api, events, appearance customization through templates, accessibility.

License

DannyCostin/Prowler.Mvc.UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prowler.Mvc.UI

Is a Free UI library components for building modern and feature-rich ASP.NET MVC applications. Prowler MVC UI provides components with flexible data binding, api, events, appearance customization through templates, accessibility.

Provides components with flexible data binding, api, events, appearance customization through templates, accessibility.

Dependency

jquery, prowler-mvc.js and prowler-mvc.css

@using Prowler.Mvc.UI

<script type="text/javascript" src="~/Scripts/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="~/Scripts/prowler-mvc.js"></script>
<link rel="stylesheet" href="~/Content/prowler-mvc.css"/>

Documentation

https://prowler-mvc-ui-asp-net-as.azurewebsites.net/

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

Version 1.2.1

New Grid Component

The ASP.NET MVC Grid lets the user choose options from a list of choices. It provides flexible data binding, api, events, appearance customization through templates, accessibility. The Grid is a component for displaying data in a tabular format and comes with a variety of features, and customization.

Grid main functionality:

  • Data Binding
  • Customizing templates
  • Events
  • API

Version 1.0.1

Dropdown List main functionality:

  • Data Binding
  • Grouping(rearrange dropdown items in a group based on a group by key and label)
  • Client filtering(adds a search box on the dropdown allowing client side search)
  • Server filtering (adds a search box on the dropdown allowing server side search)
  • Multiselect(allows multiselect with or without checkbox control)
  • Customizing templates (change the appearance of the the dropdown items with binding support)
  • Events(attach events to dropdown list changes ex: Dropdown Open, Dropdown Selected Changed)

A series of API methods are available allowing control manipulation from java script

  • Disable dropdown
  • Enable dropdown
  • Get selected dropdown value
  • Data Bind model from URL
  • Open/Close dropdown
  • Set dropdown selected item

About

Is a Free UI library components for building modern and feature-rich ASP.NET MVC applications. Prowler MVC UI provides components with flexible data binding, api, events, appearance customization through templates, accessibility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published