The simple way to set RTL for materializecss.com. Suitable for Persian, Arabic, and other RTL languages.
Just include materialize-rtl.css after Materialize style file :)
- Download Materialize the last version from http://materializecss.com and import it to your project
- Download easy materialize RTL CSS files
- Import
materialize-rtl.css
(or materialize-rtl.min.css) aftermaterialize.css
link
<link href="/css/materialize-rtl.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/amiryxe/easy-Materialize-rtl/materialize-rtl.min.css" rel="stylesheet">
When you set RTL to your document, consider tag orders. Everything is not like the Materialize examples.