0.1.5 • Published 6 years ago
ember-text-overflow v0.1.5
ember-text-overflow

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

Installation
ember install ember-text-overflowUsage
<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