> For the complete documentation index, see [llms.txt](https://docs-jumbo-react.g-axon.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jumbo-react.g-axon.work/settings/rtl.md).

# RTL

Jumbo React comes with RTL feature. In order to enable RTL in default, you can follow these steps :

To enable the RTL, go to following file:

`src/reducers/Settings.js`

In this file, you can look for "isDirectionRTL" property and set its value as per your choice. It is a boolean type property so If you want to enable RTL in your app, you can set its value to true.
