React-Text-Truncate
React-Text-Truncate copied to clipboard
Truncate multi-lines text for all browsers base on react.js
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
I'm fetching my text from an API, also I'm working with next js so when I load the page, the whole text shows first before then getting truncated to the...
I found a way to show more text but i cannot figured out how to show less text. Once expanded, the textTruncateChild disappear. ``` const [expanded, setExpanded] = useState(false); return...