Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baygeldin/fullwidth-element
A Polymer fullwidth text-decorator.
https://github.com/baygeldin/fullwidth-element
Last synced: 21 days ago
JSON representation
A Polymer fullwidth text-decorator.
- Host: GitHub
- URL: https://github.com/baygeldin/fullwidth-element
- Owner: baygeldin
- License: mit
- Created: 2016-03-25T03:58:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T23:41:24.000Z (almost 9 years ago)
- Last Synced: 2024-12-17T20:14:47.135Z (25 days ago)
- Language: JavaScript
- Size: 2.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fullwidth-element
A Polymer fullwidth text-decorator. It replaces all text within the markup to the fullwidth equivalent. Motivation: according to [Unicode specification](http://unicode.org/reports/tr14/) the sequence of fullwidth characters doesn't considered a word and the line can break in between of it. This component fixes it. Enjoy your stylish text! :)```
bower install --save fullwidth-element
```See [demo and documentation](https://baygeldin.github.io/fullwidth-element).