Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

react-liqued-glass-effect

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

react-liqued-glass-effect

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.

latest
npmnpm
Version
1.0.3
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

React Liquid Glass

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.

✨ Features

  • Liquid distortion using SVG filters
  • Smooth glassmorphism look with customizable blur, tint, and radius
  • Easy-to-use wrapper component
  • Works with Tailwind or plain CSS
  • No runtime dependencies

📦 Install

npm install react-liquid-glass

Usage

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>
  );
}

License

MIT

Bonus: Test It Locally Before Publishing

In your test app:

npm link ../react-glass-effect
  • Build the library:
    cd ../react-glass-effect
    npm run build
    
  • Link the package:
    npm link
    
  • In your test app directory, link the package:
    npm link react-glass-effect
    
  • Import and use the component as shown above.

FAQs

Package last updated on 20 Jun 2025

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