Skip to content

Commit

Permalink
Add normal "horizontal" exemple
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Denat committed Jul 14, 2018
1 parent 25777ae commit 960fb94
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/simplebar/demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ ReactDOM.render(
/>
</div>
<div className="col">
<h2>Horizontal</h2>
<div
className={"demo4"}
style={{ width: '200px' }}
data-simplebar
>
<div className={"box"}>1</div>
<div className={"box"}>2</div>
<div className={"box"}>3</div>
<div className={"box"}>4</div>
<div className={"box"}>5</div>
</div>
</div>
</section>
</section>,
Expand Down

0 comments on commit 960fb94

Please sign in to comment.