0.1.3 • Published 4 years ago

x-typing-text v0.1.3

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Typing Text Webcomponent

StencilJS Build Published on webcomponents.org

Installation

npm i x-typing-text

or, import in HTML file

<script type="module" src="https://unpkg.com/x-typing-text/dist/x-typing-text/x-typing-text.esm.js"></script>
<script nomodule src="https://unpkg.com/x-typing-text/dist/x-typing-text/x-typing-text.js"></script>

Usage

<x-typing-text text="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut"
               waiting-time="250"
               delay="1000">
</x-typing-text>

Properties

PropertytypeDescriptionDefault
textstringThe text who will be typing
waiting-timenumberThe delay between each characters500
delaynumberThe delay to start typing0

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

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago