Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

how to add new line at n typography

//Works for 
 
 etc..

<Typography
  variant="body1"
  style={{whiteSpace: 'pre-line'}}
>
  {body}
</Typography>
 
PREVIOUS NEXT
Tagged: #add #line #typography
ADD COMMENT
Topic
Name
5+4 =