Liquid Glass React: Apple's Liquid Glass effect for React, offering edgy bending, configurable frosting, and chromatic aberration.
The complete Next.js boilerplate for building profitable SaaS, with auth, payments, i18n, newsletter, dashboard, blog, docs, blocks, themes, SEO and more.
Apple's Liquid Glass effect for React.
Key features:
Usage:
import LiquidGlass from 'liquid-glass-react'
function App() {
return (
<LiquidGlass>
<div className="p-6">
<h2>Your content here</h2>
<p>This will have the liquid glass effect</p>
</div>
</LiquidGlass>
)
}