# nativescript-ui-plugin-custom **Repository Path**: mirrors_NativeScript/nativescript-ui-plugin-custom ## Basic Information - **Project Name**: nativescript-ui-plugin-custom - **Description**: This repo guides through the process of creating UI plugin using Custom Component - **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 (Custom button component) This plugin shows how you can build UI plugin using a Custom Component. A simple Button is given as example. ## Installation To install the plugin: ```javascript tns plugin add nativescript-ui-plugin-custom ``` ## Usage You need to add `xmlns:ui="nativescript-ui-plugin-custom"` 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 | | --- | --- | --- | | text | "" | used to set the text of the button | | tap | "" | sets the callback that is called when the button is tapped | ## License Apache License Version 2.0, January 2004