34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
<View name="XCUI Demo" theme="xcui_demo_theme.xctheme" style="Root">
|
|
<Column id="root" gap="12" padding="18">
|
|
<Card id="hero" style="HeroCard">
|
|
<Row id="heroRow" gap="12">
|
|
<StatusDot id="statusDot" />
|
|
<Column id="heroCopy" gap="4" width="stretch">
|
|
<Text id="title" text="XCUI Demo" style="HeroTitle" />
|
|
<Text id="subtitle" text="Markup -> Tree -> Layout -> Style -> Input -> DrawData" style="HeroSubtitle" />
|
|
</Column>
|
|
</Row>
|
|
</Card>
|
|
<Row id="metrics" gap="12">
|
|
<Card id="metricPipeline" style="MetricCard" width="stretch">
|
|
<Text text="Pipeline" style="MetricLabel" />
|
|
<Text text="True XCUI path" style="MetricValue" />
|
|
</Card>
|
|
<Card id="metricBackend" style="MetricCard" width="stretch">
|
|
<Text text="Backend" style="MetricLabel" />
|
|
<Text text="ImGui transition" style="MetricValue" />
|
|
</Card>
|
|
</Row>
|
|
<Button id="toggleAccent" style="AccentButton" action="demo.toggleAccent">
|
|
<Text id="toggleLabel" text="Toggle Accent" style="ButtonLabel" />
|
|
</Button>
|
|
<Card id="debugCard" style="DebugCard">
|
|
<Column id="debugStack" gap="4">
|
|
<Text id="focusStatus" style="Meta" />
|
|
<Text id="treeStatus" style="Meta" />
|
|
<Text id="commandStatus" style="Meta" />
|
|
</Column>
|
|
</Card>
|
|
</Column>
|
|
</View>
|