We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
textRow
<ReactPlaceholder type='textRow' rows={10} ready={false}> <MyComponent/> </ReactPlaceholder>
The text was updated successfully, but these errors were encountered:
This is the solution for what I want to do
<ReactPlaceholder ready={false} customPlaceholder={[0,1,2,3,4,5,6,7,8,9].map(i => <ReactPlaceholder type='textRow' />)} > <MyComponent/> </ReactPlaceholder>
Sorry, something went wrong.
Hi @m-salamon have you tried type="text"? I think that's what you're looking for
type="text"
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: