Files
xrpl-dev-portal/shared/patterns/CarouselCardList/index.ts
akcodez ef200ee737 Add CarouselCardList pattern component and showcase
- Introduced the CarouselCardList component for a horizontal scrolling card carousel with navigation buttons.
- Implemented responsive design for mobile, tablet, and desktop views.
- Added SCSS styles for light and dark mode support.
- Created a dedicated showcase page demonstrating the CarouselCardList features and usage examples.
- Included comprehensive documentation for props and variants.
2026-01-20 12:41:58 -08:00

4 lines
155 B
TypeScript

export { CarouselCardList, type CarouselCardListProps, type CarouselCardConfig } from './CarouselCardList';
export { default } from './CarouselCardList';