Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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'])
```
##Demo

Talk is cheap, where's the code...

[Demo of the input](http://codepen.io/mhartington/pen/xbgVjb?editors=010)