We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cadfd1 + b3cd5b2 commit fd5622eCopy full SHA for fd5622e
README.md
@@ -17,11 +17,11 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
17
18
```
19
<TextTruncate
20
- line={1}
21
- truncateText="…"
22
- text="Lorem Ipsum is simply dummy text of the printing and typesetting industry."
+ line={1}
+ truncateText="…"
+ text="Lorem Ipsum is simply dummy text of the printing and typesetting industry."
23
textTruncateChild={<a href="#">Read on</a>}
24
- />
+/>
25
26
27
[Demo](http://shinychang.github.io/React-Text-Truncate/)
0 commit comments