Skip to content

RTL Support

All SCION GRID HUD components support native Right-to-Left formatting using CSS logical properties.

tsx
<div dir="rtl" className="space-y-4">
  &lt;Button&gt;إرسال&lt;/Button&gt;
</div>