https://github.com/GeoloeG/numbro-element
[Polymer 1.x] A CSS friendly element wrapper for the numbro.js library.
https://github.com/GeoloeG/numbro-element
number-format numbro polymer polymer-element webcomponents
Last synced: about 1 year ago
JSON representation
[Polymer 1.x] A CSS friendly element wrapper for the numbro.js library.
- Host: GitHub
- URL: https://github.com/GeoloeG/numbro-element
- Owner: GeoloeG
- License: mit
- Created: 2016-01-11T09:05:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T06:22:37.000Z (about 9 years ago)
- Last Synced: 2025-04-18T13:06:53.151Z (about 1 year ago)
- Topics: number-format, numbro, polymer, polymer-element, webcomponents
- Language: HTML
- Homepage:
- Size: 2.63 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.webcomponents.org/element/GeoloeG/numbro-element)
# ``
## Descripton
`` is a CSS friendly element wrapper for the [numbro.js](http://numbrojs.com/) library.
## Install
Install the component using [Bower](http://bower.io/):
```sh
$ bower install numbro-element --save
```
## Usage
Import Custom Element:
```html
```
And then use it:
```html
```
See the [Documentation](https://geoloeg.github.io/numbro-element/) for more options.
## More Demos
[https://geoloeg.github.io/numbro-element/](https://geoloeg.github.io/numbro-element/components/numbro-element/demo/)
## Discussing
If you have any questions, you can find me on the [Polymer Slack Channel](https://polymer.slack.com/), or just raise an Issue.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D