Skip to content

AppWerft/TiMaterialDesignTextfield

Repository files navigation

Ti.MaterilaDesignTextField###

This module is classic version of Nádson Fernando's awesome alloay module input-materialdesign

Usage

  1. you have to embed the module by
gittio install de.appwerft.materialtextfield
var MaterialTextfield = require('vendor/materialtextfield');

module.exports = function() {
    var self = Ti.Ui.createWindow();
    var container = Ti.UI.createScrollView({layout : 'vertical',scrollType:'vertical'});
    self.add(container);
    container.add(MaterialTextfield.createView({
        titleHint : 'Erstes Eingabefeld',
        top : 50
    }));
    container.add(MaterialTextfield.createView({
        titleHint : 'Zweites Eingabefeld',
        top : 50
    }));
    container.add(MaterialTextfield.createView({
        titleHint : 'Drittes Eingabefeld',
        top : 50
    }));
    return self;
};

Properties

Please look to http://gitt.io/component/input-materialdesign

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published