4

I'm working on Material Design for angular js.

I want to use in right-to-left mode for persian language.

Vega
  • 27,856
  • 27
  • 95
  • 103
hamid_reza hobab
  • 925
  • 9
  • 21

2 Answers2

3

Currently, MDB does not support RTL. I can confirm that RTL is planned in the future. The issue Is That the Bootstrap does not support RTL itself

Mattonit
  • 601
  • 7
  • 22
0

you can try using the materials and not bootstrap. it support rtl by adding to css:

* { direction: rtl; }

regards, Yehuda.