Skip to content
Kar edited this page Nov 24, 2019 · 2 revisions

Creating a basic menu

const { Point, Menu } = require('nativeui');

const ui = new Menu('Test UI', 'Test UI Subtitle', new Point(50, 50));
Clone this wiki locally