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

textRow style placeholder with multiple rows

Open m-salamon opened this issue 5 years ago • 2 comments

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 do this.

<ReactPlaceholder type='textRow' rows={10} ready={false}>
     <MyComponent/>	
</ReactPlaceholder>

m-salamon avatar Sep 07 '18 15:09 m-salamon