# Right-to-left behavior

Set `dir="rtl"` at the document root for an RTL product. Use the public
Direction component only for genuine scoped mixed-direction content.

## Implementation rules

- Use inline/block logical CSS properties instead of left/right layout rules.
- Mirror directional icons and horizontal key deltas, not neutral symbols.
- Keep inherently LTR values such as verification codes in an explicit inner
  LTR boundary.
- Test Arabic, Persian, or Hebrew content rather than checking geometry alone.

Component pages state the relevant keyboard behavior. The live RTL page at
https://gummyui.dev/rtl demonstrates scoped Direction, Slider, and Pagination.

## Licence and source boundary

Gummy UI's public component source and documentation are MIT licensed.
This Markdown namespace exposes only public catalogue facts, public source
locations, and public registry URLs. Separate paid assets are not included
and cannot be inferred from these documents.

Canonical Markdown: https://gummyui.dev/docs/markdown/guides/rtl.md
