Closed josemukorivo closed 10 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
marquee | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 16, 2024 6:53am |
Hi! thank you the PR, can you replace single quote with double quote as i haven't setup prettier / husky.
Sure, let me fix the quotes.
Changes Made:
Added a MarqueeProps type that extends HTMLDivElement. The type includes additional props such as onChange to allow users to pass more custom props.
Exported the MarqueeProps type for users who may want to reference or extend it.
Reasoning:
This change enhances the flexibility of the Marquee component, allowing users to pass a wider range of props, including native ones like
onChange
.Examples: