Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j-catania/x-typing-text

Typing Text WebComponent
https://github.com/j-catania/x-typing-text

npm stenciljs webcomponent

Last synced: 21 days ago
JSON representation

Typing Text WebComponent

Awesome Lists containing this project

README

        

# Typing Text Webcomponent

![StencilJS Build](https://github.com/j-catania/x-typing-text/workflows/Build%20StencilJS/badge.svg)
NPM version
NPM downloads
David Dependencies Badge
David Dev Dependencies Badge
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/x-typing-text)

## Installation
```
npm i x-typing-text
```

or, import in HTML file

```html

```

## Usage

```html

```
### Properties
| Property | type | Description | Default |
| --- | --- | --- | --- |
| `text` | string | The text who will be typing | |
| `waiting-time` | number | The delay between each characters | 500 |
| `delay` | number | The delay to start typing | 0 |

## 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
M.I.T