0.6.2 • Published 10 years ago

react-ellipsify v0.6.2

Weekly downloads
18
License
-
Repository
github
Last release
10 years ago

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.

0.6.2

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago