Taiga UI supports setting dir="rtl" to implement right-to-left (RTL) layouts. This is particularly useful for languages that are read from right to left, such as Arabic or Hebrew.
There are a few CSS variables that would be helpful for you when implementing bidirectional interfaces
Use --tui-inline variable
When you need to flip calc()
Use --tui-inline-start/end variable
When you need direction in gradients etc
<div tuiCell>
<tui-icon icon="@tui.chevron-right" />
<div tuiTitle>
<div>
Use
<code>--tui-inline</code>
variable
</div>
<div tuiSubtitle>
When you need to flip
<code>calc()</code>
</div>
</div>
</div>
<div tuiCell>
<div tuiTitle>
<div>
Use
<code>--tui-inline-start/end</code>
variable
</div>
<div tuiSubtitle>When you need direction in gradients etc</div>
</div>
</div>