Skip to content

Commit 766406e

Browse files
cardview, ns casing
1 parent 7cc48ed commit 766406e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/cardview/README.md

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

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

55
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-cardview.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-cardview)
66
[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-cardview.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-cardview)
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

@@ -93,7 +93,7 @@ Vue.use(CardViewPlugin);
9393

9494
## Attributes
9595

96-
Inherite from Nativescript [StackLayout](https://docs.nativescript.org/ui/layouts/layout-containers#stacklayout-properties)
96+
Inherite from NativeScript [StackLayout](https://docs.nativescript.org/ui/layouts/layout-containers#stacklayout-properties)
9797

9898
* **elevation** _optional_
9999

0 commit comments

Comments
 (0)