FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Create common UI module that includes most commonly used UI views · Issue #68 · NativeScript/NativeScript · GitHub

Create common UI module that includes most commonly used UI views #68

Description

From @hshristov on March 11, 2015 13:44

The purpose of this is to collect most commonly used UI modules into one module, so that they are "required" more easily. For example:

import ui = require("ui"); 

var btn = new ui.Button();
var lbl = new ui.Label();
var stack = new ui.StackPanel();
stack.orientation = ui.Orientation.horizontal;

Copied from original issue: NativeScript/cross-platform-modules#164

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL