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
- Host: GitHub
- URL: https://github.com/fractal-code/mdl-blaze
- Owner: fractal-code
- License: mit
- Created: 2016-08-26T05:39:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T06:58:47.000Z (about 9 years ago)
- Last Synced: 2025-01-13T22:18:42.791Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```