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.
- 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.
react-ellipsify is available under MIT. See LICENSE for more details.