react-placeholder icon indicating copy to clipboard operation
react-placeholder copied to clipboard

A React component to easily replicate your page with nice placeholders while the content is loading

Results 23 react-placeholder issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

WIP
dependencies

Not just the `type`, but `rows` as well. New install with v4.1.0

Is it possible to use a react hook or function for the ready state. If no, whats the best way to go about this?

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

WIP
dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

WIP
dependencies

Currently if you pass `showLoadingAnimation` while using a custom placeholder you have to make sure your custom placeholder includes one of the the default style class decelerations. Adding a `custom-placeholder`...

FE maint

When writing custom placeholders I would like my custom placeholder to have access to the props passed `ReactPlaceholder`. There are a number of ways you could make this intuitive but...

FE maint

I've encountered a bug with the `delay` prop which would result in the placeholder showing indefinitely, with `{ready: true}` in props but `{ready: false}` in state. I believe the events...

WIP

I want the `textRow ` style with with multiple rows . Why cant this be done, I dont see it in the documentation but there should be a feature to...

Hello how can I have multiple placeholder to point out the list view? the way I achieved this: screen.js ``` isLoading ? [...Array(5)].map((o, i) => ()) : () ``` and...