Demos

Spinner Generator

I don't recall where or when I found this svg spinner image in xml format. I edited the xml attributes to change the size, speed and color for awhile. I developed _SpinnerPartial. cshtml and SpinnerInputModel. cs to dynamically set the size, speed and color. I am using a JavaScript literal of the xml to implement the generator.

Generator

Defaults From SpinnerInputModel
<partial name="_SpinnerPartial" model='@new SpinnerInputModel()' />

Generated