Composition API

There are some cases of vue-typical for you.

Example

Make a "Hello World" animation with <v-typical>

Properties

PropRequiredTypeEg.
stepsTrueArray<String | Number | Function>['Hello', 1000, () => alert('Word')]
loopFalseNumber1 or 'Infinity'
wrapperFalseString'div'

Last Updated: