Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/ion-md-input
A material design inspired text input for Ionic Framework | NO LONGER MAINTAINED
https://github.com/mhartington/ion-md-input
Last synced: 3 months ago
JSON representation
A material design inspired text input for Ionic Framework | NO LONGER MAINTAINED
- Host: GitHub
- URL: https://github.com/mhartington/ion-md-input
- Owner: mhartington
- License: mit
- Archived: true
- Created: 2015-01-08T16:40:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T07:41:35.000Z (almost 8 years ago)
- Last Synced: 2024-09-20T15:24:43.508Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.37 MB
- Stars: 67
- Watchers: 10
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
Version 0.0.2
# ion-md-input
A material design inspired text input for Ionic Framework## Usage
``````
You can use any attribute that angular provides.```
ng-model=""
[name=""]
[required=""]
[ng-required=""]
[ng-minlength=""]
[ng-maxlength=""]
[ng-pattern=""]
[ng-change=""]
[ng-trim=""]
```## Install
```
bower install ion-md-input
```Reference both the js and css file.
And the angular module as a dependency
```
angular.module('ionicApp', ['ionic', 'ionMdInput'])
```
##DemoTalk is cheap, where's the code...
[Demo of the input](http://codepen.io/mhartington/pen/xbgVjb?editors=010)