1.0.1 • Published 7 months ago

react-detect-devices-hook-joeban0608 v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

npm-module-detect-devices-hook

react Detect Devices hooks

example code:

import logo from "./logo.svg";
import "./App.css";
import { handleDetectDevices } from "react-detect-devices-hook-joeban0608";
function App() {
  const { isMobile } = handleDetectDevices();

  return (
    <div className="App">
      isMobil?
      {` ${isMobile}`}
    </div>
  );
}

export default App;
1.0.1

7 months ago

1.0.0

7 months ago