Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1006 Bytes

readme.md

File metadata and controls

41 lines (28 loc) · 1006 Bytes

#bootstrap-rating.mvc (C# / MVC) nuget package

A Html Helper wrapper for the jQuery bootstrap-rating plug-in.

To install, run the following command in the Package Manager Console.

Install-Package bootstrap-rating.mvc

Configuration

Add the following css

<link href="~/Content/bootstrap-rating.css" rel="stylesheet" />

and script to your project

<script src="~/Scripts/bootstrap-rating/bootstrap-rating.min.js"></script>

Usage

You're now ready to start using the control.

@Html.BootstrapRating(m => m.RatingValue)[.Start][.Step][...]

Examples

Download

Change Log

1.0.0 (19-02-15)

  • Initial Release.

Acknowledgements