File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# NativeScript Material BottomSheets
2
2
3
- Material Design's [ Bottom Sheet] ( https://material.io/components/sheets-bottom ) component for Nativescript .
3
+ Material Design's [ Bottom Sheet] ( https://material.io/components/sheets-bottom ) component for NativeScript .
4
4
5
5
[ ![ npm] ( https://img.shields.io/npm/v/@nativescript-community/ui-material-bottomsheet.svg )] ( https://www.npmjs.com/package/@nativescript-community/ui-material-bottomsheet )
6
6
[ ![ npm] ( https://img.shields.io/npm/dt/@nativescript-community/ui-material-bottomsheet.svg?label=npm%20downloads )] ( https://www.npmjs.com/package/@nativescript-community/ui-material-bottomsheet )
@@ -28,7 +28,7 @@ Be sure to run a new build after adding plugins to avoid any issues.
28
28
29
29
## Usage
30
30
31
- ### Plain Nativescript
31
+ ### Plain NativeScript
32
32
33
33
We need to do some wiring when your app starts, so open ` app.js ` and add this before creating any View/App/Frame:
34
34
@@ -45,7 +45,7 @@ import { install } from "@nativescript-community/ui-material-bottomsheet";
45
45
install ();
46
46
```
47
47
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 )
49
49
50
50
#### TS
51
51
You can’t perform that action at this time.
0 commit comments