liquid-glass-design

Implement Apple's Liquid Glass design system across SwiftUI, UIKit, and WidgetKit.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Fabio29T/Everything-Claude --skill liquid-glass-design-fabio29t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: liquid-glass-design
Source: https://github.com/Fabio29T/Everything-Claude/tree/main/docs/zh-CN/skills/liquid-glass-design
Command: npx skills add https://github.com/Fabio29T/Everything-Claude --skill liquid-glass-design-fabio29t

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and implementation patterns for creating dynamic, interactive glass-like materials in iOS applications, mimicking Apple's Liquid Glass design language.

Core Features & Use Cases

  • Dynamic Glass Material: Implement blurred, reflective, and interactive glass effects.
  • Cross-Platform Support: Covers SwiftUI, UIKit, and WidgetKit.
  • Use Case: Enhance your app's UI by applying a modern, fluid glass effect to buttons, cards, and containers, making them visually appealing and responsive to user interaction.

Quick Start

Apply a basic glass effect to a Text view in SwiftUI by appending the .glassEffect() modifier.

Frequently Asked Questions about liquid-glass-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Liquid Glass effects in SwiftUI?

To implement Liquid Glass effects in SwiftUI, apply the `.glassEffect()` modifier to UI elements like text or buttons. This adds dynamic blur, reflection, and interactive deformation properties to your views.

Can I use the iOS 26 glass material design system in UIKit and WidgetKit?

Yes, the iOS 26 glass material design system supports cross-platform implementation. You can apply dynamic glass effects with blur, reflection, and interactive deformation across SwiftUI, UIKit, and WidgetKit.

What is the Liquid Glass design language for iOS?

The Liquid Glass design language is Apple's visual style for iOS 26 featuring dynamic, fluid glass-like materials. It provides interactive blur, reflection, and deformation effects for UI components like cards and containers.

How do I animate transitions between glass elements in iOS?

To animate transitions between glass elements in iOS, use the Liquid Glass system patterns for visual hierarchy and transition animations. This ensures fluid movement and proper visual layering between interactive glass containers.