mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-06-07 18:56:38 +00:00
- 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.
4 lines
148 B
TypeScript
4 lines
148 B
TypeScript
export { CardsFeatured, type CardsFeaturedProps, type CardsFeaturedCardConfig } from './CardsFeatured';
|
|
export { default } from './CardsFeatured';
|
|
|