ember-content-placeholders icon indicating copy to clipboard operation
ember-content-placeholders copied to clipboard

Add placeholder.list

Open jamescdavis opened this issue 6 years ago • 1 comments

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.

jamescdavis avatar Jul 17 '18 19:07 jamescdavis

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?

billdami avatar Jun 15 '19 13:06 billdami