问题
I'm working on Material Design for angular js.
I want to use in right-to-left mode for persian language.
回答1:
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
回答2:
you can try using the materials and not bootstrap. it support rtl by adding to css:
* {
direction: rtl;
}
regards, Yehuda.
来源:https://stackoverflow.com/questions/41588009/is-there-a-plugins-for-right-to-left-of-mdb-material-design-bootstrap