Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTL layout #122

Open
zakaria-chahboun opened this issue Sep 8, 2021 · 1 comment
Open

RTL layout #122

zakaria-chahboun opened this issue Sep 8, 2021 · 1 comment

Comments

@zakaria-chahboun
Copy link

Hi! How i can enable RTL layout?

@zakaria-chahboun
Copy link
Author

You have to add dir="rtl" or something like isRTL=true attribute in Svelma components.

But, temporary we can did that:

<div dir="rtl">
   <!-- Svelma Components -->
</div>

or by css file:

.myElement{
direction: rtl;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant