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.
1 parent e77cd12 commit df8afc8Copy full SHA for df8afc8
demo-snippets/vue3/BottomSheetInner.vue
@@ -15,11 +15,9 @@
15
<Button text="Cancel" horizontalAlignment="center" />
16
</StackLayout>
17
</GridLayout>
18
- <!-- </MDCardView> -->
19
</template>
20
21
<script lang="ts" setup>
22
-import * as frameModule from '@nativescript/core/ui/frame';
23
import BottomSheetInnerKeyboardVue from './BottomSheetInnerKeyboard.vue';
24
import { useBottomSheet } from "@nativescript-community/ui-material-bottomsheet/vue3";
25
const { showBottomSheet, closeBottomSheet } = useBottomSheet()
0 commit comments