ShareButton
Package: @tesserix/native
Import
import { ShareButton } from '@tesserix/native'Related types
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 />
}