Props
| Prop | Type | Default | Notes |
|---|---|---|---|
image | string | '' | |
fixed | boolean | false |
StellarUI
Applies an image fill to slotted text using background clip.
Text style is authored on the host. Keep masked content as direct text or light-DOM markup.
<stellar-text-mask
image="https://picsum.photos/512"
style="font-family:var(--font-family-display), 'Fira Sans', sans-serif;font-size:clamp(2rem,8vw,4.25rem);font-weight:900;line-height:1.05;text-transform:uppercase;letter-spacing:0.03em;--brightness:90%;--contrast:70%;"
>
LOVE WHAT YOU CREATE
</stellar-text-mask>Complete props, events, slots, and implementation notes for the shipped text mask.
| Prop | Type | Default | Notes |
|---|---|---|---|
image | string | '' | |
fixed | boolean | false |
| Event | Source | Notes |
|---|
| Slot | Notes |
|---|---|
| default | Text and inline content to render with clipped image fill. |