# thb-text-component

> [![Published on NPM](https://img.shields.io/npm/v/thb-text-component.svg)](https://www.npmjs.com/package/thb-text-component) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.

Latest version **0.1.6** (published 2019-06-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install thb-text-component
pnpm add thb-text-component
yarn add thb-text-component
bun add thb-text-component
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.6 |
| Published | 2019-06-15 |
| First published | 2019-06-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 13.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | theeraphon |

## Links

- npm: https://www.npmjs.com/package/thb-text-component
- Repository: https://github.com/theeraphon/thb-text-component
- Homepage: https://github.com/theeraphon/thb-text-component#readme
- Issues: https://github.com/theeraphon/thb-text-component/issues
- npm.io page: https://npm.io/package/thb-text-component

## Dependencies (1)

- [@polymer/polymer](https://npm.io/package/@polymer/polymer.md) ^3.0.0

## Recent versions

- 0.1.6 (latest) — 2019-06-15
- 0.1.5 — 2019-06-12
- 0.1.4 — 2019-06-12
- 0.1.3 — 2019-06-12
- 0.1.1 — 2019-06-12
- 0.1.0 — 2019-06-12

## README

# \<thb-text-component\>

[![Published on NPM](https://img.shields.io/npm/v/thb-text-component.svg)](https://www.npmjs.com/package/thb-text-component)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/thb-text-component)
[![Build Status](https://travis-ci.org/theeraphon/thb-text-component.svg?branch=master)](https://travis-ci.org/theeraphon/thb-text-component)


## Install the Polymer-CLI

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.

## Viewing The Element

```
$ polymer serve
```

## Running Tests

```
$ polymer test
```

Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.

## Properties
### value
- Type: `String`
- Description: `Currency value to convert to text`

## Example
```
<thb-text-component value="123.25"></thb-text-component>
```

## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## License
MIT

---
_Source: https://npm.io/package/thb-text-component · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
