use-share:用于触发Web Share API的挂钩(具有后备功能)

时间:2024-06-05 23:01:37
【文件属性】:

文件名称:use-share:用于触发Web Share API的挂钩(具有后备功能)

文件大小:106KB

文件格式:ZIP

更新时间:2024-06-05 23:01:37

TypeScript

useShare-您友好的网络共享API挂钩! 触发Web Share API,然后回退到将值复制到剪贴板。 打包为 。 安装 npm install use-share # or yarn add use-share 用法 这是使用useShare挂钩的方式。 import React from 'react' ; import useShare from 'use-share' ; const ShareButton = ( ) => { const { share , hasShared } = useShare ( { title : 'Check out use-share' , text : 'use-share is a really cool library, you should check it out!' , url : 'htt


【文件预览】:
use-share-master
----.gitignore(41B)
----package.json(1KB)
----src()
--------index.tsx(2KB)
----LICENSE(1KB)
----tsconfig.json(528B)
----types()
--------index.d.ts(198B)
----.github()
--------workflows()
----README.md(2KB)
----example()
--------package.json(571B)
--------tsconfig.json(458B)
--------index.html(342B)
--------.npmignore(24B)
--------index.tsx(559B)
----yarn.lock(260KB)

网友评论