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 #66

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add RTL support #66

wants to merge 3 commits into from

Conversation

3adeling
Copy link

@3adeling 3adeling commented Mar 19, 2025

This PR will prepare the Livewire starter kit for RTL support. Once Flux RTL support is released, the Livewire kit will automatically support it. The current changes will not impact the LTR styling and will only be applied when dir="rtl" is set in all layouts.

This PR also includes an update to the welcome.blade.php view to support RTL.

@joshhanley
Copy link

For reference, we've just merged RTL support into Flux livewire/flux#1340 and it should be in the next release. @3adeling has been helping us test it out 🙏

@tnylea
Copy link
Contributor

tnylea commented Mar 19, 2025

Excellent! Thanks @3adeling. It looks like RTL support for Flux has been merge in. Do we need to update the Flux dependency to take advantage of this?

Let me know. Other then that, everything looks good 👍

@tnylea tnylea added the Awaiting User Response Waiting for developers response label Mar 19, 2025
@joshhanley
Copy link

@tnylea we haven't tagged the release yet, but can let you know once we have. I'd suggest bumping the dependency once that is done 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting User Response Waiting for developers response
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants