An open API service indexing awesome lists of open source software.

https://github.com/bentatum/react-overflow-ellipsis

Instant text overflow perfection ✨
https://github.com/bentatum/react-overflow-ellipsis

Last synced: about 2 months ago
JSON representation

Instant text overflow perfection ✨

Awesome Lists containing this project

README

        

# react-overflow-ellipsis

[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url]

[npm-image]: https://img.shields.io/npm/v/react-overflow-ellipsis.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/react-overflow-ellipsis
[travis-image]: https://img.shields.io/travis/bentatum/react-overflow-ellipsis.svg?style=flat-square
[travis-url]: https://travis-ci.org/bentatum/react-overflow-ellipsis
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard

Instant text overflow perfection ✨

## Install

```
npm install react-overflow-ellipsis
```

## Usage

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

If your text overflows, it will still look nice.


Child elements should be inline.

```

## Contributing

Contributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.

## License

[ISC](LICENSE.md)