Skip to content

amiryxe/easy-materialize-rtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Show Demo

How to Setup

  1. Download Materialize the last version from http://materializecss.com and import it to your project
  2. Download easy materialize RTL CSS files
  3. Import materialize-rtl.css (or materialize-rtl.min.css) after materialize.css link

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.