Props
| Prop | Type | Default | Notes |
|---|---|---|---|
label | string | '' | |
href | string | '' | |
target | '' | _blank | _parent | _self | _top | '' | |
rel | string | '' | |
download | string | '' | |
flush | boolean | false | |
platform | auto | mac | windows | auto |
StellarUI
Browser-like chrome wrapper for screenshots, embeds, and app previews, following the component's address-bar and platform treatment.
Use browser-frame when you need app chrome around screenshots, embeds, or live examples.
<stellar-browser-frame
label="stellarui.dev"
href="https://stellarui.dev"
>
<stellar-icon slot="icon" name="mdi:earth"></stellar-icon>
<img src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1200&q=80" alt="" />
</stellar-browser-frame>Complete props, events, slots, and implementation notes for the shipped browser-frame surface.
| Prop | Type | Default | Notes |
|---|---|---|---|
label | string | '' | |
href | string | '' | |
target | '' | _blank | _parent | _self | _top | '' | |
rel | string | '' | |
download | string | '' | |
flush | boolean | false | |
platform | auto | mac | windows | auto |
| Event | Source | Notes |
|---|---|---|
| native link events | address bar | When href is set, the address bar remains a normal anchor element. |
| custom events | none | stellar-browser-frame is presentational chrome and emits no custom events. |
| Slot | Notes |
|---|---|
| default | Browser body content such as screenshots, embeds, or composed app previews. |
icon | Optional leading address-bar icon, usually a favicon-style image or stellar-icon. |