Jumbo React
  • Overview
  • Package Content
  • Installation and Setup
    • Environment Setup
    • Project Setup
  • Structure
    • Folder Structure
    • Layouts
  • Settings
    • Template Setting
    • Customizing Layout
      • Vertical Layout
      • Horizontal Layout
    • Updating Color Scheme
    • Setting Template Mode
    • RTL
    • Defining New Route
    • Adding New Language
  • Next js
    • Project Setup
    • Folder Structure
Powered by GitBook
On this page

Was this helpful?

  1. Settings

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.

PreviousSetting Template ModeNextDefining New Route

Last updated 5 years ago

Was this helpful?