Skip to content

useShare ​

Category
Browser

Hook that utilizes the share api

typescript
import { useShare } from '@siberiacancode/reactuse';

Usage ​

typescript
const { share, supported } = useShare();

Demo ​

Api ​

Parameters

NameTypeDefaultNote
params?UseShareParams-The use share options

Contributors ​

Source • Demo