nextjs-starter icon indicating copy to clipboard operation
nextjs-starter copied to clipboard

feat: add ComponentCarousel to increase the number of usage scenarios

Open hitomihiumi opened this issue 7 months ago • 1 comments

  • 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>

hitomihiumi avatar Apr 25 '25 14:04 hitomihiumi

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

vercel[bot] avatar Apr 25 '25 14:04 vercel[bot]