0.1.5 • Published 4 years ago

ember-text-overflow v0.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

ember-text-overflow Ember Observer Score npm version travis status

ember-text-overflow component that clips overflowing text and shows full-text when mouseover. DEMO

demo gif

Installation

ember install ember-text-overflow

Usage

  <div class="small-container">
    <TextOverflow>
      long long long long long long long long text
    </TextOverflow>
  </div>
.small-container {
  max-width: 80px;
}

Limitations

Works with inline text, wrapping container should have overflow: visible

0.1.5

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.0.1

6 years ago