i have bought the metronic . i am planing to use the tailwind verision and vue 3 app.
but i cant find out how to make it rtl . dos it support rtl at all ?
Hi,
The official RTL version we will release in the coming weeks. Once it's released you will get it for free. If you need the RTL support urgently you can convert it by your own easily. Just replace. padding-left, padding-right, margin-left, and margin-right classes with RTL compatible classes:
pr => pe
pl => ps
mr => me
ml => ms
left => start
right => end
Then just add dir="rtl"
attribute to the HTML tag of your pages.
Regards,
Sean