From ec388804accdaf9f09a90c83f6fa14573c938abb Mon Sep 17 00:00:00 2001 From: Guy Romm Date: Mon, 15 Aug 2016 08:18:04 +0300 Subject: [PATCH] Update README.md add flex example link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f65f9ea..2b941ea 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ starting with lower case causes JSX to treat the tag as a native dom element ### Usage with flexbox +##### See a [demo with Flex](http://rommguy.github.io/react-custom-scroll/example/demo.html?flex=true) ### There are some details that apply when using customScroll on elements with size set by css flex. Here is an example for an HTML structure before using customScroll: ```html