文件名称:unsplash-react:React未飞溅的组件
文件大小:696KB
文件格式:ZIP
更新时间:2024-05-27 03:48:19
JavaScript
UnsplashReact React组件以在您的应用程序中获得未飞溅的图像! 安装 $ yarn add unsplash-react 用法 这是最基本的示例: import UnsplashReact , { Base64Uploader , withDefaultProps } from "unsplash-react" const MY_ACCESS_KEY = "UNSPLASH_KEY_FROM_UNSPLASH" export default function UnsplashUploader ( ) { return ( < UnsplashReact accessKey = { MY_ACCESS_KEY } Uploader = { withDefaultProps ( Base64Uploader , { name : "even
【文件预览】:
unsplash-react-master
----.eslintrc.json(5KB)
----.gitignore(298B)
----.babelrc(134B)
----package.json(2KB)
----src()
--------spinner_img.js(1KB)
--------arrow_icon.js(790B)
--------uploaders()
--------index.js(17KB)
--------error_image.js(3KB)
--------utils.js(817B)
--------react_intersection_observer.js(1KB)
--------search_icon.js(812B)
--------unsplash_wrapper.js(2KB)
----dist()
--------index.cjs.js(47KB)
--------index.esm.js(47KB)
--------index.umd.js(110KB)
----CHANGELOG.md(730B)
----screenshots()
--------main.png(582KB)
----rollup.config.js(1KB)
----examples()
--------.gitignore(8B)
--------index.js(5KB)
--------index.html(277B)
----.release-it.json(111B)
----README.md(5KB)
----yarn.lock(175KB)