Skip to Content

Swipeable

Package: @tesserix/native

Import

import { Swipeable } from '@tesserix/native'
  • 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 /> }