Skip to content

Commit fbade2e

Browse files
dialogs, ns casing
1 parent 766406e commit fbade2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/dialogs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NativeScript Material Dialogs
22

3-
Material Design's [Dialogs](https://material.io/components/dialogs) component for Nativescript.
3+
Material Design's [Dialogs](https://material.io/components/dialogs) component for NativeScript.
44

55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-dialogs.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-dialogs)
66
[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-dialogs.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-dialogs)
77

88
## Installation
99

1010
### :warning: Warning :warning:
11-
From Nativescript 5.x using this component will break the [Nativescript tab component](https://docs.nativescript.org/ui/components/tabs) on iOS (which is bound to be removed). This is needed to allow using the latest native iOS features. If needed you can use either [bottomnavigationbar](https://www.npmjs.com/package/@nativescript-community/ui-material-bottomnavigationbar) (this one is the best choice, closest to material design) or [material-tabs](https://www.npmjs.com/package/@nativescript-community/ui-material-tabs) (clone of the Nativescript one, but with a little less features).
11+
From NativeScript 5.x using this component will break the [NativeScript tab component](https://docs.nativescript.org/ui/components/tabs) on iOS (which is bound to be removed). This is needed to allow using the latest native iOS features. If needed you can use either [bottomnavigationbar](https://www.npmjs.com/package/@nativescript-community/ui-material-bottomnavigationbar) (this one is the best choice, closest to material design) or [material-tabs](https://www.npmjs.com/package/@nativescript-community/ui-material-tabs) (clone of the NativeScript one, but with a little less features).
1212

1313
##
1414

@@ -29,10 +29,10 @@ If using ```tns-core-modules```
2929

3030
## Usage
3131

32-
Uses the same API as [Nativescript Dialogs](https://docs.nativescript.org/ui/dialogs).
32+
Uses the same API as [NativeScript Dialogs](https://docs.nativescript.org/ui/dialogs).
3333

3434
Adds one option for `alert`:
35-
* `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.
35+
* `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.
3636

3737
##
3838

0 commit comments

Comments
 (0)