materialize 0.95.2

dotnet add package materialize --version 0.95.2
                    
NuGet\Install-Package materialize -Version 0.95.2
                    
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="materialize" Version="0.95.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="materialize" Version="0.95.2" />
                    
Directory.Packages.props
<PackageReference Include="materialize" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add materialize --version 0.95.2
                    
#r "nuget: materialize, 0.95.2"
                    
#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.
#addin nuget:?package=materialize&version=0.95.2
                    
Install materialize as a Cake Addin
#tool nuget:?package=materialize&version=0.95.2
                    
Install materialize as a Cake Tool

Materialize, a CSS Framework based on Material Design
http://materializecss.com/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.95.2 507 3/3/2015

v0.95.2 (Feb 10, 2015)
Switches added
Transition animation functions added
ScrollFire Plugin added (fires functions dependent on scroll position)
Responsive Video tag added
Custom File Input Button added
Modals has a fixed footer option
SideNav implementation changed (needs 2 UL menus)
Slider Responsive Fixes