-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/infinite moving cards #61
Feature/infinite moving cards #61
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sivareddyuppathi,
Thanks for providing this component.
After reviewing, I found that this component seems like another implementation of Marquee component we already have. It has the same functionality and features.
https://inspira-ui.com/components/marquee
I think there is no need to have 2 components which are exactly similar in features & functionality.
@@ -0,0 +1,32 @@ | |||
--- | |||
title: Infinite Moving Cards | |||
description: A customizable group of cards that move infinitely in a loop. Made with Framer Motion and Tailwind CSS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not using Framer Motion.
@@ -50,7 +50,7 @@ export default withNuxt( | |||
"import/newline-after-import": "error", | |||
"import/no-duplicates": "error", | |||
"import/no-unresolved": "off", //Need eslint-import-resolver-typescript, waiting for flatconfig and error fix on package side | |||
"func-style": ["error", "declaration"], | |||
"func-style": ["error", "declaration", { allowArrowFunctions: true }], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arrow functions are not allowed.
Yeah you're right @rahul-vashishtha I'm closing this PR. |
No description provided.