mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
- Introduced the CardImage component, a responsive card designed to display an image, title, subtitle, and call-to-action button. - Implemented three responsive size variants (LG, MD, SM) that adapt to viewport width. - Added interactive states including default, hover, focus, pressed, and disabled. - Created a comprehensive showcase page demonstrating all variants and states of the CardImage component. - Included detailed documentation covering usage examples, props API, design tokens, and accessibility features. - Added SCSS styles for the CardImage component, ensuring compatibility with both light and dark themes.
3 lines
101 B
TypeScript
3 lines
101 B
TypeScript
export { CardImage, type CardImageProps } from './CardImage';
|
|
export { default } from './CardImage';
|