enhance(mobile): add root page component

This commit is contained in:
charlie
2025-07-10 15:34:17 +08:00
parent e1db8e958d
commit 1828fbbdbc
3 changed files with 66 additions and 53 deletions

View File

@@ -4,7 +4,7 @@ import { BottomSheet } from './BottomSheet'
import { SheetWithDepth, SheetWithDepthStack } from './SheetWithDepth'
import { SheetWithDetent } from './SheetWithDetent'
import { SheetWithStacking, SheetWithStackingStack } from './SheetWithStacking'
import { ParallaxPage } from './ParallaxPage'
import { ParallaxPage, ParallaxPageStack } from './ParallaxPage'
import { Toast } from './Toast'
import { Card } from './Card'
@@ -16,7 +16,8 @@ const silkhq = {
Sheet, Fixed, Scroll, BottomSheet,
SheetWithDepth, SheetWithDepthStack,
SheetWithStacking, SheetWithDetent,
SheetWithStackingStack, ParallaxPage,
SheetWithStackingStack,
ParallaxPage, ParallaxPageStack,
Toast, CardSheet: Card,
}