Note: There are two logo components scroll down to see another
Logo Cloud
TRUSTED BY TEAMS FROM AROUND THE WORLD
Logo Marquee
Note: Remove Grayscale for removing grayscale effect
TRUSTED BY LEADING TEAMS
Installation
Copy and paste the following code into your project.
components/eldoraui/marquee.tsx
Update the import paths to match your project setup.
Update tailwind.config.js
Add the following animations to your tailwind.config.js
file:
Props
Prop | Type | Default | Description |
---|---|---|---|
className | string | The class name to apply to the component. | |
reverse | boolean | false | Whether or not to reverse the direction of the marquee . |
pauseOnHover | boolean | false | Whether or not to pause the marquee when the user hovers over the component. |
vertical | boolean | false | Whether or not to display the marquee vertically . |
children | node | The content to display in the marquee. | |
repeat | number | 1 | The number of times to repeat the content. |