Skip to Content

ShareButton

Package: @tesserix/native

Import

import { ShareButton } from '@tesserix/native'
  • ShareButtonProps

Source

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

Status

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

Example

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