Skip to content

simonray/bootstrap-rating.mvc

Repository files navigation

#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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages