ember-content-placeholders
ember-content-placeholders copied to clipboard
Add placeholder.list
This adds a placeholder.list
yielded component.
For this component, the placeholder height is relative to font size rather than a fixed height. This is achieved by placing a zero-width space in the li
and absolutely positioning the placeholder div
within the li
with 0.25em top and bottom margins.
Also, $ember-content-placeholders-spacing
is not used.
Looks like this PR was opened awhile ago...is this repo not accepting PRs or is it no longer being maintained @michalsnik ?
@jamescdavis this looks great, any thoughts on also adding a placeholder.table
, with variable number of rows and columns, and maybe an optional header row?