# nativescript-ui-plugin **Repository Path**: mirrors_NativeScript/nativescript-ui-plugin ## Basic Information - **Project Name**: nativescript-ui-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UI Plugin example (Meme generator component) This plugin shows how you can build UI plugin using NS APIs only. A simple Meme generator component is given as example. In case you develop UI plugin, this is where you can add some screenshots. ## Installation Describe your plugin installation steps. Ideally it would be something like: ```javascript tns plugin add ``` ## Usage You need to add `xmlns:ui=""` to your page tag, and then simply use `` in order to add the widget to your page. ## API Describe your plugin methods and properties here. See [nativescript-feedback](https://github.com/EddyVerbruggen/nativescript-feedback) for example. | Property | Default | Description | | --- | --- | --- | | imageSource | "" | used to set the src of the image to show as Meme background | | topText | "" | sets the text at the Top of the Meme | | bottomText | "" | sets the text at the Bottom of the Meme | ## License Apache License Version 2.0, January 2004