mike-north/ember-resize

Initial Component Size Unknown

Open

#15 opened on Jul 15, 2015

View on GitHub
 (5 comments) (0 reactions) (0 assignees)TypeScript (40 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (83 stars)
PR merge metrics
 (PR metrics pending)

Description

A pattern I find myself in is needing to know the initial size of a component/view upon insertion of the element. The ResizeAware mixin provides width/height values upon resize, but it'd be great if it provided width/height values upon insertion as well.

Contributor guide