materialized 0.100.2

dotnet add package materialized --version 0.100.2
NuGet\Install-Package materialized -Version 0.100.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="materialized" Version="0.100.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add materialized --version 0.100.2
#r "nuget: materialized, 0.100.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.
// Install materialized as a Cake Addin
#addin nuget:?package=materialized&version=0.100.2

// Install materialized as a Cake Tool
#tool nuget:?package=materialized&version=0.100.2

<p align="center"> <a href="http://materializecss.com/"> <img src="http://materializecss.com/res/materialize.svg" width="150"> </a>

<h3 align="center">MaterializeCSS</h3>

<p align="center"> Materialize, a CSS Framework based on material design. <br> <a href="http://materializecss.com/"><strong>-- Browse the docs --</strong></a> <br> <br> <a href="https://travis-ci.org/Dogfalo/materialize"> <img src="https://travis-ci.org/Dogfalo/materialize.svg?branch=master" alt="Travis CI badge"> </a> <a href="https://badge.fury.io/js/materialize-css"> <img src="https://badge.fury.io/js/materialize-css.svg" alt="npm version badge"> </a> <a href="https://cdnjs.com/libraries/materialize"> <img src="https://img.shields.io/cdnjs/v/materialize.svg" alt="CDNJS version badge"> </a> <a href="https://david-dm.org/Dogfalo/materialize"> <img src="https://david-dm.org/Dogfalo/materialize/status.svg" alt="dependencies Status badge"> </a> <a href="https://david-dm.org/Dogfalo/materialize#info=devDependencies"> <img src="https://david-dm.org/Dogfalo/materialize/dev-status.svg" alt="devDependency Status badge"> </a> <a href="https://gitter.im/Dogfalo/materialize"> <img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter badge"> </a> </p>

Table of Contents

Quickstart:

Read the getting started guide for more information on how to use materialize.

  • Download the latest release of materialize directly from GitHub.
  • Clone the repo: git clone https://github.com/Dogfalo/materialize.git
  • Include the files via cdnjs. More here.
  • Install with npm: npm install materialize-css
  • Install with Bower: bower install materialize
  • Install with Atmosphere: meteor add materialize:materialize

Documentation

The documentation can be found at http://materializecss.com. To run the documentation locally on your machine, you need Node.js installed on your computer.

Running documentation locally

Run these commands to set up the documentation:

git clone https://github.com/Dogfalo/materialize
cd materialize
npm install

Then run grunt monitor to compile the documentation. When it finishes, open a new browser window and navigate to localhost:8000. We use BrowserSync to display the documentation.

Documentation for previous releases

Previous releases and their documentation are available for download.

Supported Browsers:

Materialize is compatible with:

  • Chrome 35+
  • Firefox 31+
  • Safari 9+
  • Opera
  • Edge
  • IE 11+

Changelog

For changelogs, check out the Releases section of materialize or the CHANGELOG.md.

Testing

We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, here's a starting guide on how to write tests in Jasmine.

Contributing

Check out the CONTRIBUTING document in the root of the repository to learn how you can contribute. You can also browse the help-wanted tag in our issue tracker to find things to do.

Code copyright 2017 Materialize. Code released under the MIT license.

There are no supported framework assets in this 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
0.100.2 5,464 11/28/2017

v0.100.2 (August 26, 2017)
- Modal no longer errors on IE 11
- Fixes for Webpack and CommonJS loading of Materialize
- Select displays properly inside Datepicker
- Fix year display bug in date picker where year would change even when no new date had been selecteed
- Fix for badge alignment in collapsible
- Fix bug with multiple select where it would show an incorrect selection initially