nico

19 Mar 2022

React Component displaying a list of lines

React js

Hello all I look for a good component for displaying multi lines in React with automatic scroll to the bottom like a trailer.

We have a webapi which returns a multi lines string where each line is one result.

Thanks for your help

 

Comments

Mohamed Atef

19 Mar 2022

githubgithubgithub

Can you clarify by using screenshots? I don't understand the question

nico

19 Mar 2022

I use a classic textarea which is ugly, I need a modern component to display every line with the scroll going down with each new line added.
 

Replies

Mohamed Atef

21 Mar 2022

githubgithubgithub

Ypu can use Material UI with text field component //mui.com/components/material-icons/

and you can add multi line attribute 

 it should looks like this

Good luck

© 2024 Copyrights reserved for web-brackets.com