Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

resposive-desktopview

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resposive-desktopview

This package gives the whole page in auto responsive for all Desktop and Monitors. Even you can use this for admin panels

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by150%
Maintainers
1
Weekly downloads
 
Created
Source

This package is use to Improve the responsives for all pages in react sites.

You have to give the id to your root app.js parent div tag with id="l1"

and add the window.addEventlistener('resize',Responsive)

Expample:

Inside the App.js

const Responsive=require('resposive-desktopview')

useEffect(()=>{ Responsive() },[])

window.addEventlistener('resize',Responsive)

return(<div className="App" id="l1"></div>)

Keywords

FAQs

Package last updated on 24 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc