jsx-to-string icon indicating copy to clipboard operation
jsx-to-string copied to clipboard

Option to print props on a single line when component has children

Open dwoznicki opened this issue 6 years ago • 0 comments

Potential solution for #40 Adds a boolean option singleLineProps to make props print on a single line. Defaults to false. Note that this solution is pretty naive. Something more robust might involve setting a max characters per line, but this works perfectly for my use case.

dwoznicki avatar Jan 01 '19 08:01 dwoznicki