react-ellipsify

0.6.2 • Public • Published

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.

Package Sidebar

Install

npm i react-ellipsify

Weekly Downloads

2

Version

0.6.2

License

none

Last publish

Collaborators

  • bebraw