dvtng / react-loading-skeleton

Create skeleton screens that automatically adapt to your app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing decimals to count

AdaptingAFM opened this issue · comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
If count is equal to 2.5, return three animated spans: 2 with 100% the width, and one with 50% the width.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Hey @AdaptingAFM. On one hand, this does sound like a nice convenience. On the other hand, I can't see many people using this feature.

I'm going to leave this open for a while — if it gets a nontrivial number of +1's, I'll consider implementing it. In the meantime, you could write your own component that accepts non-integer count and renders the appropriate <Skeleton />'s.

This is scheduled for implementation 😀