Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/j-catania/x-typing-text
- Owner: j-catania
- License: mit
- Created: 2020-06-11T08:20:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T13:03:18.000Z (11 months ago)
- Last Synced: 2024-05-01T19:24:42.571Z (7 months ago)
- Topics: npm, stenciljs, webcomponent
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Typing Text Webcomponent
![StencilJS Build](https://github.com/j-catania/x-typing-text/workflows/Build%20StencilJS/badge.svg)
[![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