1.0.3 • Published 8 years ago

react-overflow-ellipsis v1.0.3

Weekly downloads
287
License
ISC
Repository
github
Last release
8 years ago

react-overflow-ellipsis

npm travis standard

Instant text overflow perfection ✨

Install

npm install react-overflow-ellipsis

Usage

import { default as OverflowEllipsis } from 'react-overflow-ellipsis'

<OverflowEllipsis>
  If your text overflows, it will still look nice.
</OverflowEllipsis>

<OverflowEllipsis>
  <p style={{ display: 'inline' }}>
    Child elements should be inline.
  </p>
</OverflowEllipsis>

Contributing

Contributions welcome! Please read the contributing guidelines first.

License

ISC