Skip to content

Commit 5fac4cd

Browse files
committed
chore: readme cleanup
1 parent f8284c1 commit 5fac4cd

File tree

12 files changed

+17
-67
lines changed

12 files changed

+17
-67
lines changed

packages/bottom-navigation/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ Material Design's [Bottom navigation](https://material.io/components/bottom-navi
1919

2020
## Installation
2121

22-
### :warning: Warning :warning:
23-
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).
24-
25-
##
26-
2722
```bash
2823
ns plugin add @nativescript-community/ui-material-bottom-navigation
2924
```

packages/button/README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,27 @@ Material Design's [Button](https://material.io/components/buttons) component for
77

88
## Contents
99

10-
1. [Installation](#installation)
11-
2. [Changelog](#changelog)
12-
3. [FAQ](#faq)
13-
4. [Usage](#usage)
10+
- [NativeScript Material Button](#nativescript-material-button)
11+
- [Contents](#contents)
12+
- [Installation](#installation)
13+
- [](#)
14+
- [](#-1)
15+
- [](#-2)
16+
- [Changelog](#changelog)
17+
- [FAQ](#faq)
18+
- [Usage](#usage)
1419
- [Plain NativeScript](#plain-nativescript)
15-
- [Angular](#nativescript--angular)
16-
- [Vue](#nativescript--vue)
17-
5. [API](#api)
20+
- [XML](#xml)
21+
- [CSS](#css)
22+
- [](#-3)
23+
- [NativeScript + Angular](#nativescript--angular)
24+
- [](#-4)
25+
- [NativeScript + Vue](#nativescript--vue)
26+
- [API](#api)
27+
- [Attributes](#attributes)
1828

1929
## Installation
2030

21-
### :warning: Warning :warning:
22-
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).
23-
24-
##
25-
2631
For NativeScript 7.0+
2732
* `tns plugin add @nativescript-community/ui-material-button`
2833

packages/cardview/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ Material Design's [Card](https://material.io/components/cards) component for Nat
1818

1919
## Installation
2020

21-
### :warning: Warning :warning:
22-
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).
23-
24-
##
25-
2621
For N 7.0
2722
* `tns plugin add @nativescript-community/ui-material-cardview`
2823

packages/dialogs/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ Material Design's [Dialogs](https://material.io/components/dialogs) component fo
1414

1515
## Installation
1616

17-
### :warning: Warning :warning:
18-
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).
19-
20-
##
21-
2217
For NativeScript 7.0+
2318
* `tns plugin add @nativescript-community/ui-material-dialogs`
2419

packages/floatingactionbutton/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ Material Design's [Floating action button](https://material.io/components/button
1818

1919
## Installation
2020

21-
### :warning: Warning :warning:
22-
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).
23-
24-
##
25-
2621
For NativeScript 7.0+
2722
* `tns plugin add @nativescript-community/ui-material-floatingactionbutton`
2823

packages/progress/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ Material Design's [Linear progress indicator](https://material.io/components/pro
1818

1919
## Installation
2020

21-
### :warning: Warning :warning:
22-
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).
23-
24-
##
25-
2621
For NativeScript 7.0+
2722
* `tns plugin add @nativescript-community/ui-material-progress`
2823

packages/ripple/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ Material Design's [Ripple](https://material.io/design/interaction/states.html#pr
1818

1919
## Installation
2020

21-
### :warning: Warning :warning:
22-
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).
23-
24-
##
25-
2621
For NativeScript 7.0+
2722
* `tns plugin add @nativescript-community/ui-material-ripple`
2823

packages/slider/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ Material Design's [Slider](https://material.io/components/sliders) component for
1818

1919
## Installation
2020

21-
### :warning: Warning :warning:
22-
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).
23-
24-
##
25-
2621
For NativeScript 7.0+
2722
* `tns plugin add @nativescript-community/ui-material-slider`
2823

packages/snackbar/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ Material Design's [Snackbar](https://material.io/components/snackbars) component
1414

1515
## Installation
1616

17-
### :warning: Warning :warning:
18-
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).
19-
20-
##
21-
2217
For NativeScript 7.0+
2318
* `tns plugin add @nativescript-community/ui-material-snackbar`
2419

packages/speeddial/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ Material Design's [Speed dial](https://material.io/components/buttons-floating-a
1414

1515
## Installation
1616

17-
### :warning: Warning :warning:
18-
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).
19-
20-
##
21-
2217
```bash
2318
ns plugin add @nativescript-community/ui-material-speeddial
2419
```

packages/textfield/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ Material Design's [Text field](https://material.io/components/text-fields) compo
1818

1919
## Installation
2020

21-
### :warning: Warning :warning:
22-
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).
23-
24-
##
25-
2621
For NativeScript 7.0+
2722
* `tns plugin add @nativescript-community/ui-material-textfield`
2823

packages/textview/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ Material Design's [Text view](https://material.io/develop/android/components/mat
1818

1919
## Installation
2020

21-
### :warning: Warning :warning:
22-
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).
23-
24-
##
25-
2621
For NativeScript 7.0+
2722
* `tns plugin add @nativescript-community/ui-material-textview`
2823

0 commit comments

Comments
 (0)