bsidelinger912 / shiitake

React Line clamp that won't get you fired
MIT License
100 stars 22 forks source link

classes for span... #35

Closed wilmanh closed 4 years ago

wilmanh commented 4 years ago

hi i just wondering if you can add a className for the span children that you create for clamp...

thanks!

bsidelinger912 commented 4 years ago

Hey @wilmanh I'm working on a new branch to get rid of componentWillRecieveProps and am planning on adding a fixed classname to the span that wraps the truncated children "shiitake-children". Given that you can pass a className to the outerMost element you could do .my-class .shiitake-children { ...whatever }. Would that fit your needs?

bsidelinger912 commented 4 years ago

@wilmanh I've added those two inner classes and will close the issue, please open another one if this doesn't solve your use case.