We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec3a420 + 43afcb2 commit 372b3b5Copy full SHA for 372b3b5
packages/bottomsheet/README.md
@@ -86,6 +86,8 @@ export function openBottomSheet(args) {
86
```typescript
87
import Vue from 'nativescript-vue';
88
import BottomSheetPlugin from '@nativescript-community/ui-material-bottomsheet/vue';
89
+import { install } from "@nativescript-community/ui-material-bottomsheet";
90
+install();
91
92
Vue.use(BottomSheetPlugin);
93
```
0 commit comments