read-more-react
read-more-react copied to clipboard
No className attribute present
It doesn't have a className/style attribute.
<TextView text="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat" className={someClassName} min={80} ideal={100} max={200} readMoreText="See more" />
You can update classes by referencing them in your css file: For text: displayed-text For text-button: read-more-button