I'm working on Material Design for angular js.
I want to use in right-to-left mode for persian language.
I'm working on Material Design for angular js.
I want to use in right-to-left mode for persian language.
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
you can try using the materials and not bootstrap. it support rtl by adding to css:
* {
direction: rtl;
}
regards, Yehuda.