
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
react-liqued-glass-effect
Advanced tools
Bring a beautiful, iOS-style **liquid glass effect** to your React web apps using this lightweight and customizable component. Inspired by iOS 26's blurred, frosted design, it adds depth and motion using SVG distortion and CSS glassmorphism.
Bring a beautiful, iOS-style liquid glass effect to your React web apps using this lightweight and customizable component. Inspired by iOS 26's blurred, frosted design, it adds depth and motion using SVG distortion and CSS glassmorphism.
npm install react-liquid-glass
import GlassEffect from 'react-glass-effect';
import 'react-glass-effect/dist/index.css';
function App() {
return (
<GlassEffect className="w-96 p-6 text-white">
<h2>Hello Glass</h2>
</GlassEffect>
);
}
MIT
In your test app:
npm link ../react-glass-effect
cd ../react-glass-effect
npm run build
npm link
npm link react-glass-effect
FAQs
Bring a beautiful, iOS-style **liquid glass effect** to your React web apps using this lightweight and customizable component. Inspired by iOS 26's blurred, frosted design, it adds depth and motion using SVG distortion and CSS glassmorphism.
The npm package react-liqued-glass-effect receives a total of 1 weekly downloads. As such, react-liqued-glass-effect popularity was classified as not popular.
We found that react-liqued-glass-effect demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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 CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.