mirror of
https://github.com/status-im/consul.git
synced 2025-02-09 04:14:50 +00:00
To measure the available space of an element when it should take up the "rest" of the page. This matches what `ListCollection` is doing internally but makes the mechanism available in a composable component.
4 lines
158 B
Handlebars
4 lines
158 B
Handlebars
<div {{create-ref 'element'}} {{did-insert this.measureDimensions}}>
|
|
{{on-window 'resize' this.handleWindowResize}}
|
|
{{yield (hash data=this.data)}}
|
|
</div> |