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.89k stars 1.16k forks source link

[core] RTL support #80 #2181

Closed tom-dorofeyev closed 4 years ago

tom-dorofeyev commented 4 years ago

added rtl support to md-tabs component with mdIsRtl prop. when in RTL the tab was moving to the wrong direction with the "transform: translate3D" property. we created a hard coded fix in our project and it was making our life miserable, it would be awesome if this feature could be added.

dragosct commented 4 years ago

Hi, @tomdor123! Thanks for your work!