Props
| Prop | Type | Default | Notes |
|---|---|---|---|
flipped | boolean | false | |
orientation | horizontal | vertical | horizontal |
StellarUI
Two-sided surface that flips between front and back content, following the component's slot-based card contract with page-level Datastar state.
Freedom is just another word for nothing left to lose.
Flip cards work well when the front summarizes and the back reveals actions or supdocs detail.
<stellar-flip-card>
<div slot="front">Front content</div>
<div slot="back">Back content</div>
</stellar-flip-card>Complete props, events, slots, and implementation notes for the shipped flip-card surface.
| Prop | Type | Default | Notes |
|---|---|---|---|
flipped | boolean | false | |
orientation | horizontal | vertical | horizontal |
| Event | Source | Notes |
|---|---|---|
change | host | Emitted after flipped changes so data-bind:flipped__prop.flipped__event.change can re-read the live prop. |
| Slot | Notes |
|---|---|
front | Content shown on the front face. |
back | Content shown on the reverse face. |