Package Exports
- react-text-trim
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-text-trim) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-text-trim
Custimizable text trimmer for react
Install
npm install --save react-text-trim
Usage
<TextTrim
refId="TextTruncator"
text={text}
shouldRecalculate={shouldRecalculate}
numOfLinesToTruncate={numOfLinesToTruncate}
maxLines={maxLines}
showMoreLabel={showMoreLabel}
showLessLabel={showLessLabel}
delimiter={delimiter}
fontSize={fontSize}
lineHeight={lineHeight}
/>