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

add RTL Support for all components #87

Open
sardar97 opened this issue Jul 22, 2024 · 3 comments
Open

add RTL Support for all components #87

sardar97 opened this issue Jul 22, 2024 · 3 comments
Labels
dna design and architecture needed documentation Improvements or additions to documentation enhancement New feature or request rtl-support

Comments

@sardar97
Copy link

add RTL Support for all components.

@codymullins codymullins added documentation Improvements or additions to documentation enhancement New feature or request dna design and architecture needed rtl-support labels Jul 22, 2024
@codymullins
Copy link
Contributor

@sardar97 do you have any wishlist items, or patterns you like (or don't like)?

@sardar97
Copy link
Author

@sardar97 do you have any wishlist items, or patterns you like (or don't like)?

I just had a Quick Look at the source code I noticed that the tailwind classes used in this project not included RTL Support
here is just a few example to gain RTL .
If you go ahead and look at the RTL support in tailwind css Documentation website you see all feature about RTL support.

using "ps" instead of "pl"
using "pe" instead of "pr"
using rtl and ltr example :
<div class="ltr:ml-3 rtl:mr-3">
 </div>

finally thanks for creating this beautiful components library I hope it growing faster and see more comments as soon as possible. I am very excited to see Datatable specially.
I don't know PureBlazor is creating on which theme but I wish I had a components library for Blazor exactly like PrimeVue .

@sardar97
Copy link
Author

Before RTL :
Screenshot 2024-07-22 at 18 22 44

After RTL :
Screenshot 2024-07-22 at 18 24 40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dna design and architecture needed documentation Improvements or additions to documentation enhancement New feature or request rtl-support
Projects
None yet
Development

No branches or pull requests

2 participants