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 bc66546 commit 72bb717Copy full SHA for 72bb717
demo-vue/app/examples/BottomSheetInner.vue
@@ -1,5 +1,4 @@
1
<template>
2
- <!-- <MDCardView @shownInBottomSheet="onShownInBottomSheet" borderRadius="20" elevation="30" backgroundColor="green"> -->
3
<GridLayout id="test1" rows="auto auto" height="300" backgroundColor="yellow">
4
<!-- highlighted in red to demonstrate movement -->
5
<GridLayout id="test2" row="0" backgroundColor="red" verticalAlignment="top">
demo-vue/app/examples/Tabs.vue
@@ -3,6 +3,7 @@
<ActionBar :title="title">
<NavigationButton text="Back" android.systemIcon="ic_menu_back" @tap="onNavigationButtonTap" />
</ActionBar>
6
+
7
<MDTabs selectedIndex="1">
8
<!-- The bottom tab UI is created via TabStrip (the containier) and TabStripItem (for each tab)-->
9
<TabStrip>
0 commit comments