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.
Describe your plugin installation steps. Ideally it would be something like:
tns plugin add <your-plugin-name>
You need to add xmlns:ui="<your-plugin-name>"
to your page tag, and then simply use <ui:Meme />
in order to add the widget to your page.
Describe your plugin methods and properties here. See 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 |
Apache License Version 2.0, January 2004