Skip to content

Commit d99c2f7

Browse files
bottomsheet, ns casing
1 parent 7b19abc commit d99c2f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/bottomsheet/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NativeScript Material BottomSheets
1+
# NativeScript Material BottomSheet
22

33
Material Design's [Bottom Sheet](https://material.io/components/sheets-bottom) component for NativeScript.
44

@@ -7,12 +7,12 @@ Material Design's [Bottom Sheet](https://material.io/components/sheets-bottom) c
77

88
## Installation
99

10-
For N 7.0
10+
For NativeScript 7.0+
1111
* `tns plugin add @nativescript-community/ui-material-bottomsheet`
1212

1313
##
1414

15-
For N 6.x
15+
For NativeScript 6.x
1616
* `tns plugin add nativescript-material-bottomsheet`
1717

1818
##
@@ -45,7 +45,7 @@ import { install } from "@nativescript-community/ui-material-bottomsheet";
4545
install();
4646
```
4747

48-
Uses the same kind of API as [NativeScript Modals](https://docs.nativescript.org/ui/modal-view)
48+
Uses the same kind of API as [NativeScript Modals](https://docs.nativescript.org/ui/modal-view).
4949

5050
#### TS
5151

@@ -105,7 +105,7 @@ import { NativeScriptMaterialBottomSheetModule} from "@nativescript-community/ui
105105
```
106106
now you can show your custom BottomSheet using the `BottomSheetService`, this service follows the same implementation as the `ModalService`
107107

108-
##### ItemComponent
108+
#### ItemComponent
109109
```typescript
110110
import { Component, ViewContainerRef } from '@angular/core';
111111
import { BottomSheetOptions, BottomSheetService } from '@nativescript-community/ui-material-bottomsheet/angular';
@@ -134,7 +134,7 @@ export class ItemComponent {
134134
}
135135
}
136136
```
137-
##### ShareOptionsComponent
137+
#### ShareOptionsComponent
138138
```html
139139
<ListView
140140
[items]="options"

0 commit comments

Comments
 (0)