
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
liquidglass-tailwind
Advanced tools
Apple Liquid Glass design system for Tailwind CSS — glass surfaces, refraction, specular highlights, and accessible translucent UI components
Apple's iOS 26 Liquid Glass design system for Tailwind CSS.
One install gives you two things:
~/.claude/skills/)npm install liquidglass-tailwind
That's it. The Tailwind plugin is ready and the Claude Code skill is automatically installed.
/* styles.css */
@import "tailwindcss";
@plugin "liquidglass-tailwind";
// tailwind.config.ts
import liquidGlass from "liquidglass-tailwind";
export default {
plugins: [liquidGlass],
};
<!-- Card -->
<div class="glass-card glass-shine">
<h2>Hello</h2>
<p>Translucent card with specular highlight</p>
</div>
<!-- Elevated card -->
<div class="glass-card-elevated glass-shine">
Featured content with deeper blur
</div>
<!-- Buttons -->
<button class="glass-btn text-white">Primary</button>
<button class="glass-btn-secondary text-white/90">Secondary</button>
<button class="glass-btn-pill text-white/90">Pill</button>
<!-- Navbar -->
<nav class="glass-nav h-16 flex items-center px-6">
Navigation
</nav>
<!-- Modal / Sheet -->
<div class="glass-modal p-6">
Sheet content
</div>
<!-- Input -->
<input class="glass-input text-white" placeholder="Email" />
<!-- Segmented control -->
<div class="glass-segment">
<button class="glass-segment-item glass-segment-item-active text-white">Tab 1</button>
<button class="glass-segment-item text-white/60">Tab 2</button>
</div>
<!-- Glass surfaces (backdrop-filter + saturate) -->
<div class="glass-surface">...</div> <!-- blur 16px -->
<div class="glass-surface-sm">...</div> <!-- blur 8px -->
<div class="glass-surface-lg">...</div> <!-- blur 24px -->
<div class="glass-surface-xl">...</div> <!-- blur 40px -->
<!-- Specular shine overlay -->
<div class="glass-card glass-shine">...</div>
<div class="glass-card glass-shine-subtle">...</div>
The plugin extends your Tailwind theme with glass-specific tokens:
| Token | Example classes |
|---|---|
colors.glass.* | bg-glass-light, bg-glass-subtle, bg-glass-dark |
colors.glass-border.* | border-glass-border, border-glass-border-subtle |
borderRadius.glass* | rounded-glass, rounded-glass-lg, rounded-glass-xl |
boxShadow.glass* | shadow-glass, shadow-glass-lg, shadow-glass-elevated |
Combine glass classes with Tailwind color utilities:
<button class="glass-btn text-white bg-blue-500/25 border-blue-400/20">Accent</button>
<button class="glass-btn text-white bg-emerald-500/25 border-emerald-400/20">Success</button>
<button class="glass-btn text-white bg-red-500/25 border-red-400/20">Danger</button>
The plugin ships with built-in accessibility support:
prefers-reduced-transparency — glass surfaces fall back to solid opaque backgroundsprefers-reduced-motion — hover/active animations are disabledAlways ensure sufficient text contrast over translucent backgrounds.
After install, the skill is available at ~/.claude/skills/liquidglass-design.md.
It provides Claude Code with:
Invoke it by mentioning "liquid glass", "glass design", or "iOS 26 style" in your Claude Code session.
To reinstall the skill manually:
cp node_modules/liquidglass-tailwind/skill/liquidglass-design.md ~/.claude/skills/
cd demo && npm install && npm run dev
MIT
FAQs
Apple Liquid Glass design system for Tailwind CSS — glass surfaces, refraction, specular highlights, and accessible translucent UI components
We found that liquidglass-tailwind 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.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.