read-more-react
read-more-react copied to clipboard
Next line OR HTML text rendering
There should be a way to render HTML or ability to render text in a component with the next line.
Current scenario:
If I pass text with next line it won't render with the next line it will display whole content in line.
Proposed scenario:
-
There should be an option to pass HTML to the component so that it can render rich text with breakpoints etc.
-
Or component should parse text with the next line.