An open API service indexing awesome lists of open source software.

https://github.com/fractal-code/mdl-blaze

Input elements for Material Design Lite and templates:forms
https://github.com/fractal-code/mdl-blaze

Last synced: about 1 year ago
JSON representation

Input elements for Material Design Lite and templates:forms

Awesome Lists containing this project

README

          

# Input elements for Material Design Lite and templates:forms
Material Design Lite - Blaze components

## Installation

In a Meteor app directory, enter:

```
$ meteor add talos:forms
```

To use the time and/or the date input, you have to install the NPM dependencies:

```
$ meteor npm install md-date-time-picker --save
```

```
$ meteor npm install jquery --save
```