New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@nativescript-community/ui-material-dialogs

Package Overview
Dependencies
Maintainers
19
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/ui-material-dialogs

Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.

latest
Source
npmnpm
Version
7.2.79
Version published
Maintainers
19
Created
Source

NativeScript Material Dialogs

Material Design's Dialogs component for NativeScript.

npm npm

Contents

Installation

For NativeScript 7.0+

  • tns plugin add @nativescript-community/ui-material-dialogs

For NativeScript 6.x

  • tns plugin add nativescript-material-dialogs

If using tns-core-modules

  • tns plugin add nativescript-material-dialogs@2.5.4

Be sure to run a new build after adding plugins to avoid any issues.

Changelog

FAQ

Usage

Uses the same API as NativeScript Dialogs.

Adds one option for alert:

  • view : can be a NativeScript View or a path to to XML component. The custom view will be added to the dialog. Possibilities become endless.

TS

import { login, alert, prompt } from "@nativescript-community/ui-material-dialogs";

alert("Your message").then(()=> {
    console.log("Dialog closed!");
});

Keywords

NativeScript

FAQs

Package last updated on 23 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts