enhance(mobile): add silkhq components

This commit is contained in:
charlie
2025-07-09 11:19:00 +08:00
parent ce908f0252
commit 1995da3ae1
6 changed files with 78 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
import "@silk-hq/components/dist/main-unlayered.css"
import { Sheet } from '@silk-hq/components'
import { Fixed, Scroll, Sheet } from '@silk-hq/components'
import { BottomSheet } from './BottomSheet'
import { SheetWithDepth, SheetWithDepthStack } from './SheetWithDepth'
import { SheetWithDetent } from './SheetWithDetent'
@@ -10,7 +10,7 @@ declare global {
}
const silkhq = {
Sheet, BottomSheet,
Sheet, Fixed, Scroll, BottomSheet,
SheetWithDepth, SheetWithDepthStack,
SheetWithStacking, SheetWithDetent,
SheetWithStackingStack,