mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
16 lines
409 B
HTML
16 lines
409 B
HTML
---
|
|
layout: docs
|
|
title: ResizableRegion
|
|
edit_url: "https://github.com/nylas/N1/blob/master/src/components/resizable-region.cjsx"
|
|
---
|
|
|
|
<h2>Summary</h2>
|
|
|
|
<div class="markdown-from-sourecode">
|
|
<p><p>ResizableRegion wraps it's <code>children</code> in a div with a fixed width or height, and a
|
|
draggable edge. It is used throughout N1 to implement resizable columns, trays, etc.</p>
|
|
</p>
|
|
</div>
|
|
|
|
<ul>
|
|
</ul>
|