feat(components): add perspective carousel and Swipe card carousel#190
feat(components): add perspective carousel and Swipe card carousel#190emonahmed123 wants to merge 27 commits into
Conversation
style: update UI components for improved theming and consistency
meeting link added
issue solved and shadcn json file updated
product-hunt and peerlist batch added
sponsor card added
sponsor card added
Merge pull request afsar-dev#170 from afsar-dev/dev
Refactor CI workflows to use Corepack for Yarn installation and enfor…
now new code also test on the staging branch.
Update dependencies in yarn.lock to latest versions, including @babel…
Fixes afsar-dev#184 1. Rename second neobrutalism-faq to glassy-faq in registry.json 2. Fix animated-list path in registry-cli.json 3. Fix backer-background typo to hacker-background in registry-cli.json
fix: registry naming collisions, typos, and missing file paths
|
@emonahmed123 is attempting to deploy a commit to the Mdafsar's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Overview
This PR adds two carousel components to Nurui — Perspective Carousel (new) and Card Swipe Carousel (new) — and fixes a hydration error in the Card Swipe Carousel docs.
New Component — Card Swipe Carousel
A card-stack carousel built on Swiper.js using the EffectCards mode. Cards fan out from a stacked deck and swipe away with a natural card-toss feel.
Component files added:
Install via CLI:
Props
images{ src: string; alt: string }[]showPaginationbooleanfalseshowNavigationbooleanfalseloopbooleantrueautoplaybooleanfalsespaceBetweennumber40Both Components Wired Up Across the Full Registry