For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
/
3
Sponsor

Glass Panel

A translucent panel with blur and vibrancy effects.

Import

use maccn::{GlassMaterial, MacGlassPanel};

Usage

MacGlassPanel::new("panel")
    .material(GlassMaterial::Clear)
    .child("Media controls");

API

Props

PropTypeDefault
materialGlassMaterialRegular

Materials

MaterialDescription
RegularStronger opacity tint.
ClearLighter opacity tint.

Traits

TraitDescription
StyledSet background, border, etc.
ParentElementAdd child elements via .child().