mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
17 lines
467 B
HTML
17 lines
467 B
HTML
---
|
|
layout: docs
|
|
title: FocusTrackingRegion
|
|
edit_url: "https://github.com/nylas/N1/blob/master/src/components/focus-tracking-region.cjsx"
|
|
---
|
|
|
|
<h2>Summary</h2>
|
|
|
|
<div class="markdown-from-sourecode">
|
|
<p><p>FocusTrackingRegion is a small wrap component that renders it's children
|
|
and any props it's provided. Whenever the document's focus is inside the
|
|
FocusTrackingRegion, it has an additional CSS class: <code>focused</code></p>
|
|
</p>
|
|
</div>
|
|
|
|
<ul>
|
|
</ul>
|