216Giorgiy / ion-md-input

A material design inspired text input for Ionic Framework | NO LONGER MAINTAINED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Maintenance Intended

Version 0.0.2

ion-md-input

A material design inspired text input for Ionic Framework

Usage

<ion-md-input placeholder="Name" highlight-color="energized" type="text"></ion-md-input>

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

About

A material design inspired text input for Ionic Framework | NO LONGER MAINTAINED

License:MIT License


Languages

Language:JavaScript 66.1%Language:CSS 33.9%