Skywalker.Web.Mvc.ViewComponents 1.1.0.7

dotnet add package Skywalker.Web.Mvc.ViewComponents --version 1.1.0.7
NuGet\Install-Package Skywalker.Web.Mvc.ViewComponents -Version 1.1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Skywalker.Web.Mvc.ViewComponents" Version="1.1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Skywalker.Web.Mvc.ViewComponents --version 1.1.0.7
#r "nuget: Skywalker.Web.Mvc.ViewComponents, 1.1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Skywalker.Web.Mvc.ViewComponents as a Cake Addin
#addin nuget:?package=Skywalker.Web.Mvc.ViewComponents&version=1.1.0.7

// Install Skywalker.Web.Mvc.ViewComponents as a Cake Tool
#tool nuget:?package=Skywalker.Web.Mvc.ViewComponents&version=1.1.0.7

ViewComponents are HTML Helpers on Steroids: reusable pieces of UI that are skinnable (using Partial Views) and redestributable. Just like the CustomControls of ASP.NET WebForms.
     A ViewComponent is:

     Reusable / redistributable;
     Skinnable;
     Easy to consume from Views (using fluent syntax) as well as easy to author (by using a simple set of base classes and interfaces);
     Able to provide rich UI components;
     Using a Component based model that will allow you to create shared functionality from which more specific components inherit from;
     In the end nothing more than a ViewModel created and populated by its Fluent wrapper. Just the ViewModel is used within the skin / partial view.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.7 5,135 8/30/2011
1.1.0.6 1,899 8/28/2011
1.1.0.5 1,853 8/28/2011
1.1.0.4 1,846 8/28/2011
1.1.0.3 1,861 8/28/2011
1.1.0.2 1,870 8/28/2011
1.1.0.1 1,852 8/28/2011
1.1.0 1,914 8/28/2011
1.0.0 1,812 8/28/2011