Makes the inner text fit the width of the element
https://pomber.github.io/full-width-text/
Install the component using Bower:
$ bower install full-width-text --save
- Import web components' polyfill (if needed):
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
- Import element:
<link rel="import" href="bower_components/full-width-text/full-width-text.html">
- Use it:
<full-width-text>Lorem Ipsum</full-width-text>