Skip to content

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

@enchev

Description

@enchev

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions