Mailspring/docs/ResizableRegion.html

17 lines
409 B
HTML
Raw Normal View History

2015-10-03 01:57:40 +08:00
---
layout: docs
title: ResizableRegion
edit_url: "https://github.com/nylas/N1/blob/master/src/components/resizable-region.cjsx"
2015-10-03 01:57:40 +08:00
---
2015-10-02 03:34:16 +08:00
2015-10-03 01:57:40 +08:00
<h2>Summary</h2>
2015-10-02 03:34:16 +08:00
2015-10-03 01:57:40 +08:00
<div class="markdown-from-sourecode">
<p><p>ResizableRegion wraps it&#39;s <code>children</code> in a div with a fixed width or height, and a
2015-10-02 03:34:16 +08:00
draggable edge. It is used throughout N1 to implement resizable columns, trays, etc.</p>
</p>
</div>
2015-10-03 01:57:40 +08:00
<ul>
</ul>