Skip to content

Instantly share code, notes, and snippets.

@sharkyak
Created March 10, 2020 17:27
Show Gist options
  • Save sharkyak/d52b66337feb238e8219b54c7270636e to your computer and use it in GitHub Desktop.
Save sharkyak/d52b66337feb238e8219b54c7270636e to your computer and use it in GitHub Desktop.
<br> \n in react
If you are adding multiple lines of text with \n to a div, add the following to the css for the div in question:
div {
white-space: pre-wrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment