vue-typical
Vue Animated typing in ~400 bytes of JavaScript. Based on awesome typical library by @camwiegert.
Install
You can install vue-typical via npm:
Or use it directly in browser via cdn service:
Usage
Properties
Prop | Required | Type | Eg. | Default |
---|---|---|---|---|
steps |
True | Array | ['Hello', 1000, 'Hello world!', 500] |
- |
wrapper |
False | String | 'p' |
'div' |
loop |
False | Number | 3 or 'Infinity' |
1 |
Style
Add the blink cursor effect with typicalWrapper
classname.