liquid-glass-design

Integrate Liquid Glass effects into iOS 26 SwiftUI, UIKit, and WidgetKit apps.

Updated Nov 19, 2025
One-click install
npx skills add https://github.com/Sake-Team/SmartSake --skill liquid-glass-design-sake-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: liquid-glass-design
Source: https://github.com/Sake-Team/SmartSake/tree/main/backup/skills/liquid-glass-design
Command: npx skills add https://github.com/Sake-Team/SmartSake --skill liquid-glass-design-sake-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of integrating advanced UI effects such as blur, reflection, and interactive morphing in iOS 26 applications, providing a visually appealing and dynamic experience for users.

Core Features & Use Cases

  • SwiftUI Integration: Easily add Liquid Glass effects to SwiftUI views and containers.
  • UIKit Support: Extend UIKit components with Liquid Glass effects.
  • WidgetKit Compatibility: Create widgets with Liquid Glass appearance for iOS 26.
  • Use Case: For example, enhance a navigation bar or toolbar with Liquid Glass for a modern look and feel.

Quick Start

Use the liquid-glass-design skill to apply a glass effect to a SwiftUI view:

.glassEffect()

Frequently Asked Questions about liquid-glass-design

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

FAQPage Schema
How do I add Liquid Glass effects to a SwiftUI view in iOS 26?

You can add Liquid Glass effects to a SwiftUI view by applying the `.glassEffect()` modifier. This integrates blur, reflection, and interactive morphing directly into your UI components on iOS 26.

Can I use Liquid Glass effects with UIKit components?

Yes, Liquid Glass effects extend to UIKit components. The skill provides specific implementations to add blur, reflection, and interactive morphing to UIKit views and containers in iOS 26 applications.

Does WidgetKit support Liquid Glass appearance on iOS 26?

Yes, WidgetKit supports Liquid Glass appearance on iOS 26. The skill offers WidgetKit compatibility, allowing you to create widgets that feature the same blur and interactive morphing effects.

Do I need iOS 26 to use Liquid Glass effects in my app?

Yes, you need iOS 26 or later to use Liquid Glass effects. The blur, reflection, and interactive morphing mechanisms require the latest operating system and compatible development tools.

What is the best way to update a navigation bar with Liquid Glass?

The best way to update a navigation bar is using the skill's SwiftUI integration to apply Liquid Glass effects. This provides a modern look and feel with dynamic blur and reflection on iOS 26.