Tropix126 / fluent-svelte

A faithful implementation of Microsoft's Fluent Design System in Svelte.
https://fluent-svelte.vercel.app
MIT License
606 stars 26 forks source link

Optimize Slider for RTL layouts. #19

Closed Tropix126 closed 2 years ago

Tropix126 commented 2 years ago

Currently RTL is a bit broken when using with slider. You can get around this for now by forcing direction: ltr; on the slider's container, then using the reverse property.

image