easy-materialize-rtl
easy-materialize-rtl copied to clipboard
Simple way to set RTL for materializecss.com.
trafficstars
Easy Materialize RTL
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 :)
Demo
How to Setup
- 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.csslink
Example
<link href="/css/materialize-rtl.min.css" rel="stylesheet">
CDN
<link href="https://cdn.jsdelivr.net/gh/amiryxe/easy-Materialize-rtl/materialize-rtl.min.css" rel="stylesheet">
Note
When you set RTL to your document, consider tag orders. Everything is not like the Materialize examples.