react-show-more icon indicating copy to clipboard operation
react-show-more copied to clipboard

Convenience wrapper around react-truncate

Results 15 react-show-more issues
Sort by recently updated
recently updated
newest added

Currently, the element starts off fully rendered, then reduces its height if there's more content. A quick solution would be to hide the entire text on first render.

bug

Hi, I was wondering if the package has an option to attach callbacks and or onclick event handler?

Hello, I'm not a developer but have a need to truncate to a value other than, say, default of 3. For example, If numberOfLines> 5 show 3 with seeMore. ElseIf...

I'd be great if you could set a class to the element so you didn't have to create another wrapper

thank you for this library but i'd like to know if it's possible to have access to the callback function after i click on show more ?