Skip to content

Truncates and adds ellipses to multiline text that overflows its container.

License

Notifications You must be signed in to change notification settings

bgourlie/ellipsize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ellipsize

Truncates and adds ellipses to multiline text that overflows its container.

Usage

import 'dart:html';
import 'package:ellipsize/ellipsize.dart';

main() {
  var container = query("#hasLotsOfText");
  new Ellipsize(container);
}

About

Truncates and adds ellipses to multiline text that overflows its container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages