文件名称:react-hook-geolocation:从 Geolocation API 访问数据的 React 钩子
文件大小:63KB
文件格式:ZIP
更新时间:2024-08-24 15:47:05
react geolocation geolocation-api react-hooks JavaScript
React钩地理定位 :globe_showing_Europe-Africa: 从访问数据的 React 钩子。 安装 使用npm : npm install --save react-hook-geolocation 使用yarn : yarn add react-hook-geolocation 用法 import React from 'react' import useGeolocation from 'react-hook-geolocation' const ComponentWithGeolocation = ( ) => { const geolocation = useGeolocation ( ) return ! geolocation . error ? ( < ul> < li> Latitude: { geolocation . latit
【文件预览】:
react-hook-geolocation-master
----.gitignore(19B)
----README.md(3KB)
----LICENSE(7KB)
----package.json(748B)
----src()
--------index.js(2KB)
--------index.d.ts(407B)
----package-lock.json(285KB)