Setting up RTL
We have included all the Tools to make your Website completely RTL ready. Simply follow the steps below:
Code Example:
- 1
Step 1
Add the
dir="rtl"to the `` Tag.Example:
- 2
Step 2
Add the RTL stylesheet to the Page replacing the existing stylesheet.
Example:
- 3
Step 3
Add the
.rtlClass to the `` Tag.Example:
