Skip to Content

BottomSheet

Package: @tesserix/native

Import

import { BottomSheet } from '@tesserix/native'
  • BottomSheetProps

Source

  • Component: packages/native/src/components/BottomSheet/BottomSheet.tsx
  • Story: packages/native/src/components/BottomSheet/BottomSheet.stories.tsx
  • Test: packages/native/src/components/BottomSheet/BottomSheet.test.tsx

Status

  • Exported from package entry: Yes
  • Component implementation file: Present

Example

import { BottomSheet } from '@tesserix/native' export function DemoBottomSheet() { return <BottomSheet /> }