LTR -> RTL (css) transformation
Isomorphic supports LTR (left to right) view to RTL (right to left) transformation.
The transformation process is very easy to use.
Here is the dashboard overview in LTR mood :
To transform dashboard into RTL view the process is :
- Go to public folder
- index.html file
- change the
dir="ltr"
todir="rtl"
(please see the screenshot)
Now the dashboard view will be like this.
Thanks.