Skip to content

noboike/react-extreme-responsive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

react-extreme-responsive

A smart solution for responsive ui

  • Usage

the component should wrap the hole app, so when the window witdh is smaller than 500px it will scale down, and when it higher than 500px the scale ratio will be 1

<body>
<ExtremeResponsive minWidth={500}>
  <Nav />
  <Hero />
  <Footer />
</ExtremeResponsive>
</body>

About

A smart solution for responsive ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published