mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
- Introduced the CardIcon component, a clickable card featuring an icon and label text, supporting two color variants (Neutral and Green) and five interaction states (Default, Hover, Focused, Pressed, Disabled). - Implemented responsive sizing that adapts at breakpoints (SM, MD, LG). - Created a comprehensive showcase page demonstrating all variants, states, and usage examples. - Added detailed documentation covering usage guidelines, best practices, and API reference. - Included SCSS styles for the CardIcon component, ensuring compatibility with both light and dark themes.
3 lines
97 B
TypeScript
3 lines
97 B
TypeScript
export { CardIcon, type CardIconProps } from './CardIcon';
|
|
export { default } from './CardIcon';
|