1.0.4 • Published 3 years ago

next-textswitcher v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

🎊 This is a public NextJS decorative text switcher component.

🖌️ Default Styles (With Tailwind):

.textSwitcher-wrapper {
    @apply inline-flex flex-col relative;
}

.textSwitcher-element {
    @apply absolute opacity-0 top-[-100%];
}

.textSwitcher-e0 {
    @apply top-[-100%] opacity-0;
}

.textSwitcher-e1 {
    @apply top-0 opacity-100;
}

.textSwitcher-e2 {
    @apply top-[100%] opacity-0;
}

.textSwitcher-invisible {
    @apply opacity-0;
}
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago