From b0eba089a4daf84f6249e0845d64a48cb8f6fe85 Mon Sep 17 00:00:00 2001 From: Rodolphe Courtier Date: Tue, 30 Jul 2019 10:50:20 -0700 Subject: [PATCH] [docs] Add a note in the docs about RTL support --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dd28a0cf..dd33c13e 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ The above code would make the default progress bar red, instead of light blue. N #### A note on using `react-with-styles-interface-css` The default interface that `rheostat` ships with is the [CSS interface](https://github.com/airbnb/react-with-styles-interface-css). If you want to use this interface along with the theme registration method, you will need to rebuild the core `rheostat.css` file. We do not currently expose a utility method to build this file, but you can follow along with the code in https://github.com/airbnb/rheostat/blob/master/scripts/buildCSS.js to build your own custom themed CSS file. +### RTL Support + +`rheostat` now supports automatic RTL rendering through [`react-with-direction`](https://github.com/airbnb/react-with-direction). ## Live Playground