ActionSheet
Package: @tesserix/native
Import
import { ActionSheet } from '@tesserix/native'Related types
ActionSheetProps,ActionSheetOption
Source
- Component:
packages/native/src/components/ActionSheet/ActionSheet.tsx - Story:
packages/native/src/components/ActionSheet/ActionSheet.stories.tsx - Test:
packages/native/src/components/ActionSheet/ActionSheet.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { ActionSheet } from '@tesserix/native'
export function DemoActionSheet() {
return <ActionSheet />
}