GitXplorerGitXplorer
b

ember-text-overflow

public
4 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
0add612b72ba9c2d1409a77d3f6aab666d7c83b3

Merge branch 'release/0.1.5'

bbekzod committed 5 years ago
Unverified
95b856b330d08369bfbc3f5b22657bc8faf49684

bump version

bbekzod committed 5 years ago
Unverified
c39900349421736c935cc720cb150957a90caf7a

use native event handlers

bbekzod committed 5 years ago
Unverified
c057c84a2e0280988cc196feaaab4c046e136ddf

Merge branch 'release/0.1.4' into develop

bbekzod committed 6 years ago
Unverified
15693ad88daf1b10e0fc4216bb52bab11e7d65e4

Merge branch 'release/0.1.4'

bbekzod committed 6 years ago
Unverified
9994b71b0d1d5b67201bee52df1c1d4994437b18

bump version

bbekzod committed 6 years ago

README

The README file for this repository.

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