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