-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Marquee #5
Comments
Left Side should go up and right side show go down. |
const partners = [ const Marquee = () => {
{partners.map((partner, index) => ( {partner.name} ))} {partners.map((partner, index) => ( {partner.name} ))} ) } export default Marquee |
The above code can be used to create the marquee component. It uses an animation that is defined in tailwind.config file. |
|
The text was updated successfully, but these errors were encountered: