amiryxe / easy-materialize-rtl

Simple way to set RTL for materializecss.com.

Home Page:https://amiryxe.github.io/easy-materialize-rtl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.