Flip Words
A component that flips through a list of words.
Install using CLI
Install Manually
Copy and paste the following code
FlipWords.vue
API
Prop Name | Type | Description |
---|---|---|
words | Array | An array of words to be displayed and animated. |
duration | number | Duration (in milliseconds) for each word to be displayed before flipping to the next word. |
class | string | Additional CSS classes to apply to the component. |
Credits
- Credits to M Atif for porting this component.
- Ported from Aceternity UI's Flip Words