I'm new to Blazor and recently I'm learning it.
Does anyone knows how to make Matblazor components Right To Left ?
You need to add dir=rtl to the body or a element that you want to create this effect (if you add this in a div, it will only apply to the elements inside that div).
Working example:
<body dir="rtl">
<app>Loading...</app>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
<script src="_content/MatBlazor/dist/matBlazor.js"></script>
</body>
Pictures:


If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With