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 ✨
- Host: GitHub
- URL: https://github.com/bentatum/react-overflow-ellipsis
- Owner: bentatum
- License: isc
- Created: 2016-08-02T23:11:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T18:20:16.000Z (almost 9 years ago)
- Last Synced: 2025-03-11T23:31:55.477Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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/standardInstant 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)