⌘K
(opens in new tab)
Liquidify
Documentation
Getting started
Concepts
Liquid GlassProvidersThemingCompositionControlled stateFormsAccessibilityBrowser supportFidelity notesSSR and React Server Components
Guides
Packages
Design tokens
Examples
AI resourcesDocumentation versions
Community

Browser support

Supported browser floors and the progressive material fallback.

The repository's current browserslist is the source of truth:

BrowserMinimum
Safari17.5
iOS Safari17.5
Chrome123
Edge123
Firefox121

These floors cover the CSS features used by the public packages, including light-dark(), backdrop-filter, container queries, and CSS nesting.

Material rendering is progressive. Browsers that cannot apply the complete SVG filter path still receive the backdrop frost and static specular treatment. Component semantics and state do not depend on the richer optical path.

Transpilation does not polyfill CSS rendering features. If an application supports older browsers, provide its own compatibility policy and test the resulting fallback before shipping.

AccessibilityFidelity notes