Skip to content

Commit 4c31c83

Browse files
floatingactionbutton, ns casing
1 parent fbade2e commit 4c31c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/floatingactionbutton/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NativeScript Material Floating Action Button
22

3-
Material Design's [Floating Action Button](https://material.io/components/buttons-floating-action-button) component for Nativescript.
3+
Material Design's [Floating Action Button](https://material.io/components/buttons-floating-action-button) component for NativeScript.
44

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

@@ -86,7 +86,7 @@ Vue.use(FloatingActionButtonPlugin);
8686

8787
## Attributes
8888

89-
Inherite from Nativescript [Button](https://docs.nativescript.org/ui/ns-ui-widgets/button) so it already has all the same attributes.
89+
Inherite from NativeScript [Button](https://docs.nativescript.org/ui/ns-ui-widgets/button) so it already has all the same attributes.
9090

9191
* **src** _optional_
9292

0 commit comments

Comments
 (0)