
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@jouwomgeving/ui-responsive
Advanced tools
$ npm install @jouwomgeving/ui-responsive
import React from 'react';
import * as Responsive from '@jouwomgeving/ui-responsive';
function Layout() {
return (
<div>
<Responsive.Container gt="medium">
Shows above 768px
</Responsive.Container>
<Responsive.Container lte="medium">
Shows under 768px
</Responsive.Container>
</div>
)
}
export default Layout;
A component to hide or show certain react children, this will skip entire components from be rendered within in the React diffing algorithm.
The component has 6 different sizes to determine the viewport size;
| Props | Values | Default | Required |
|---|---|---|---|
| children | ReactElement | Yes | |
| lte | small, medium, large | No | |
| lt | tiny, small, medium, large | No | |
| eq | tiny, small, medium, large | No | |
| gt | tiny, small, medium, large | No | |
| gte | tiny, small, medium | No |
Will be added when needed
FAQs
Dictator package JO ui responsive
The npm package @jouwomgeving/ui-responsive receives a total of 9 weekly downloads. As such, @jouwomgeving/ui-responsive popularity was classified as not popular.
We found that @jouwomgeving/ui-responsive demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.