String wrap in react

First add the css attribute whiteSpace: 'pre-wrap' in the parent node
and then choose one of the following

  • Use \ n to add line breaks in the string
  • Use the `` wrapping string

E.g:


Guess you like

Origin www.cnblogs.com/selfdef/p/12689132.html