Files
xrpl-dev-portal/shared/patterns/CardsFeatured/index.ts
akcodez fd6ce77da8 Add CardsFeatured pattern component and styles
- Introduced the CardsFeatured component to showcase a grid of card images with headings and descriptions.
- Implemented responsive design for mobile, tablet, and desktop views.
- Added SCSS styles for light and dark mode support.
- Created a dedicated page for the CardsFeatured pattern showcase, including design specifications and examples.
2026-06-08 16:52:03 -07:00

4 lines
148 B
TypeScript

export { CardsFeatured, type CardsFeaturedProps, type CardsFeaturedCardConfig } from './CardsFeatured';
export { default } from './CardsFeatured';