Effects Fancy Stable

FrostedGlass

Frosted glass surface with organic turbulence-noise refraction, an alternative to LiquidGlass

Preview

Installation

pnpm add fancy-ui-svelte
import { FrostedGlass } from 'fancy-ui-svelte'

Usage

svelte
<script lang="ts">
  import { FrostedGlass } from 'fancy-ui-svelte';
</script>

<FrostedGlass />

Examples

Basic Usage

Landing Page Navbar

Landing page with a glass pill navigation.

Props

PropTypeDefaultDescription
radius number24Border radius in pixels
baseFrequency number0.008Turbulence noise frequency (lower = wider waves)
numOctaves number2Turbulence octaves controlling noise detail
seed number92Turbulence random seed
noiseBlur number2Gaussian blur softening the noise before displacement
scale number70Displacement intensity
tint string"hsla(0, 0%, 100%, 0.25)"Overlay tint color
highlight string"hsla(0, 0%, 100%, 0.75)"Specular rim highlight color
border booleantrueShow the conic-gradient glass border
fallbackBlur number20Backdrop blur in pixels for the Safari fallback
fallbackSaturation number180Backdrop saturation percentage for the Safari fallback
containerClass string""CSS classes for the outer container

Slots

SlotDescription
childrenContent rendered on top of the glass