vue-form-wizard
vue-form-wizard copied to clipboard
RTL wizard
Dear Cristijora
Greeting it's able to change the line direction of wizard from left to right? and also I want to add check function on each step it's applicable?
Haifa
Hi @HaifaM90 Unfortunately this plugin doesn't have support for RTL yet but that can be added. Would help a lot to have some sort of sketch/picture/mockup on how would that look.
My assumption is that the progress should go from right to left, the buttons will be switched and the font will go the other way around ?
Hi Crist
Actually I test the package on RTL project it’s work fine with Tap shape just I overwrite the css rules for next and back button .. in other shape the bill sort ok but the movement line step as js is still from LTR. Nearly I’ll open pull request for the css LTR rules if you want .
I appreciate your fast response and I looking forward to work with you to make this package compatible with RTL application
Regards Haifa
On Thu, 28 Dec 2017 at 8:01 PM Cristi Jora [email protected] wrote:
Hi @HaifaM90 https://github.com/haifam90 Unfortunately this plugin doesn't have support for RTL yet but that can be added. Would help a lot to have some sort of sketch/picture/mockup on how would that look.
My assumption is that the progress should go from right to left, the buttons will be switched and the font will go the other way around ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cristijora/vue-form-wizard/issues/143#issuecomment-354320585, or mute the thread https://github.com/notifications/unsubscribe-auth/ATfTPR7lj6aSDZTyg0Xr1zl27f3h7wW0ks5tE8mBgaJpZM4RMw6X .
-- Sent from Gmail Mobile
hi i want to know if this shortage has been solved or not?
It is solved by changing the float of .wizard-progress-bar to right
.vue-form-wizard .wizard-progress-bar {
float: right !important;
}