vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.9k stars 1.15k forks source link

[core] RTL support #80

Open alphaelf opened 7 years ago

alphaelf commented 7 years ago

is possible to make components RTL by passing a variable?

marcosmoura commented 7 years ago

If you change in the HTML tag to <html dir="rtl"> you will see that some components will work as expected. But some other will not. Like Menus, for example. This will be implemented after release v0.5.0. Thanks!

alphaelf commented 7 years ago

i'll be waiting, tnx

but, how i can change sass file? i use node module in laravel and i want import your sass file in my sass bootstarp file and change a part of them to be Right-to-Left by a var.

alphaelf commented 7 years ago

i use rtlcss.com to RTL main vue-material.css and it work fine.

MahdiMajidzadeh commented 7 years ago

any good news yet?

vsg24 commented 7 years ago

Anything on this?

MahdiMajidzadeh commented 7 years ago

@alphaelf, how about js component ??

vad11 commented 7 years ago

Please add RTL switch to theme definition.