nextjs-starter
nextjs-starter copied to clipboard
feat: add ComponentCarousel to increase the number of usage scenarios
- ComponentCarousel.tsx
This component is based on part of the code of the Carousel component. Its main purpose: To add the ability to use identical components without using a lot of space.
Usage example:
<ComponentCarousel
fit>
{data.activities.map((activity, index) => (
<>
<Presence data={activity} key={index}/>
</>
))}
</ComponentCarousel>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| once-ui-starter | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 25, 2025 2:23pm |