Radio Card Component
Orientation picker
Landscape vs Portrait
razor
<RadioCard Label="Landscape"
Value="landscape"
Aspect="landscape"
Selected="@(orientation == "landscape")"
OnSelect="@(v => orientation = v)">
<Visual>
<div class="orientation-preview orientation-preview--landscape"></div>
</Visual>
</RadioCard>Theme picker
Light / Dark / System
Layout picker
Sidebar placement
Device picker
Square cards with SVG illustrations
Disabled
Non-interactive card