https://github.com/mjebrahimi/dnz.mvccomponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
https://github.com/mjebrahimi/dnz.mvccomponents
asp-core asp-core-mvc asp-net-core asp-net-core-mvc asp-net-mvc aspnet-core aspnet-core-mvc aspnetcore aspnetcoremvc component component-library components html-helper htmlhelper htmlhelpers ui-component ui-components ui-kit uikit
Last synced: 11 months ago
JSON representation
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
- Host: GitHub
- URL: https://github.com/mjebrahimi/dnz.mvccomponents
- Owner: mjebrahimi
- License: mit
- Created: 2020-09-15T19:49:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T01:57:14.000Z (over 3 years ago)
- Last Synced: 2025-04-12T06:14:18.413Z (about 1 year ago)
- Topics: asp-core, asp-core-mvc, asp-net-core, asp-net-core-mvc, asp-net-mvc, aspnet-core, aspnet-core-mvc, aspnetcore, aspnetcoremvc, component, component-library, components, html-helper, htmlhelper, htmlhelpers, ui-component, ui-components, ui-kit, uikit
- Language: JavaScript
- Homepage:
- Size: 8.99 MB
- Stars: 30
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
## Components
- [Select2](https://select2.org/)
- [CKEditor](https://ckeditor.com/)
- [DataTables](https://datatables.net/)
- [iCheck](http://icheck.fronteed.com/)
- [DateRangePicker](http://www.daterangepicker.com/) (with jalaali support)
- [SweetAlert](https://sweetalert.js.org/)
- [Bootstrap-SweetAlert](https://lipis.github.io/bootstrap-sweetalert/)
- [Noty](https://ned.im/noty/)
- [Toaster](https://codeseven.github.io/toastr/)
- [Bootstrap3-Dialog](http://nakupanda.github.io/bootstrap3-dialog)
- [BootboxJS](http://bootboxjs.com/)
- [InputMask](https://robinherbots.github.io/Inputmask/)
- [Bootstrap-TagAutoComplete](https://blog.sandglaz.com/bootstrap-tagautocomplete/)
- [Typeahead.js](http://twitter.github.io/typeahead.js/)
- [Bootstrap-FileInput](https://plugins.krajee.com/file-input)
- [Jasny-FileInput](https://www.jasny.net/bootstrap/components/#fileinput)
- [Fuelux-Wirzard](https://github.com/ExactTarget/fuelux)
- [Bootstrap-Maxlength](http://mimo84.github.io/bootstrap-maxlength/)
- [Handlebars](https://handlebarsjs.com/)
- Bootstrap-PersianDateTimePicker
## Features
- Easy-to-Use with just one line of code.
- Fully Configuralbe for each component.
- Add necessary CSS (to top) and JS (to down) resources automatically when you use a component and remove tags when you no longer use it.
- No need to deal with a specific script code for each component.
- Includes a Variety of components.
- Usable in View and PartialView.
- Usable with Ajax and Non-Ajax requests.
- Using CDN resources instead of Locale Embedded resources (Optional).
- Lightweight with small footprint.
## Demo
Checkout [DNZ.MvcComponents.Demo](https://github.com/mjebrahimi/DNZ.MvcComponents/tree/master/demo/DNZ.MvcComponents.Demo)
