react-ellipsify

Ellipsify content

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-ellipsify
2750.6.28 years ago9 years agoMinified + gzip package size for react-ellipsify in KB

Readme

build status
react-ellipsify - Ellipsify content
Usage:
<Ellipsify visibleItems={5} separator=' ' more='…' moreClass='more' atFront={true}>
    <p>Lorem ipsum dolor sit amet...</p>
    <p>Pellentesque non sem rutrum...</p>
    <p>Fusce id libero nisl...</p>
</Ellipsify>

would yield
<p>Lorem ipsum dolor sit amet<span className='more'>…</span></p>

If more is clicked, whole content is displayed.
See /demo for a complete example.
If you want to learn more about React, read SurviveJS - Webpack and React.

Development

  • Linting - npm run lint
  • Testing - npm test - This will lint too.
  • Developing - npm start - This will run a server at localhost:3000 and use Hot Module Reloading.
  • Demo deployment - npm run gh-pages and npm run deploy-gh-pages - Demo will contain README.md by default and comes with simple styling based on Pure.

Contributors

License

react-ellipsify is available under MIT. See LICENSE for more details.