mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 22:49:31 -07:00
Refactor RotatingText component props and improve type definitions
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</motion.span>
|
||||
<RotatingText
|
||||
:texts="words"
|
||||
mainClassName="px-2 py-0.5 bg-[#27FF64] text-white overflow-hidden flex justify-center rounded-lg sm:py-1 md:py-2 md:px-3"
|
||||
mainClassName="px-2 py-0.5 bg-[#27FF64] text-[#222] overflow-hidden flex justify-center rounded-lg sm:py-1 md:py-2 md:px-3"
|
||||
staggerFrom="last"
|
||||
:initial="{ y: '100%' }"
|
||||
:animate="{ y: 0 }"
|
||||
|
||||
Reference in New Issue
Block a user