read-more-plus
v1.0.1
Published
Add read more option in your blog, article, post etc.
Downloads
10
Maintainers
Readme
Introduction
Read More Plus is the react component you need to pass short and detail description in componect
How to Install
npm install read-more-plus
How to Use
import npm packege
import ReadMorePlus from 'read-more-plus';
Where you need to use read more component add below tag
<ReadMorePluse shortdesc={var1} description={var_detail}>
