Skip to content

krazyeom/Material-Design-Lite-package-for-Meteor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google released Material Design Lite for Website. This package is Material Design Lite for Meteor.

How to install

Just run below the command on root of your project in console.

meteor add krazyeom:material-design-lite

Use the components

Just copy & paste below code in the template of your project.

ex)

<!-- Accent-colored raised button with ripple -->
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent mdl-js-ripple-effect">
  Button
</button>

<!-- Colored FAB button -->
<button class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored">
  <i class="material-icons">add</i>
</button>

You can find more template, components and styles on Material Design Lite website.

About

Material Design Lite package for Meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published