import TextTruncate from 'react-text-truncate'; // recommend
var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
Markup
<TextTruncate
line={1}
truncateText="…"
text="Lorem Ipsum is simply dummy text of the printing and typesetting industry."
showTitle={true}
raf={true}
/>