Files
xrpl-dev-portal/shared/components/CardOffgrid/index.ts
akcodez 57898ab010 Add CardOffgrid component with showcase and documentation
- Introduced the CardOffgrid component, designed for displaying feature highlights with customizable icons, titles, and descriptions.
- Implemented two color variants: neutral and green, with interactive states and a unique hover animation.
- Created a comprehensive showcase page demonstrating all variants and states of the CardOffgrid component.
- Added detailed documentation covering usage guidelines, best practices, and API reference.
- Included SCSS styles for the CardOffgrid component, ensuring compatibility with both light and dark themes.
2025-12-05 11:41:18 -08:00

3 lines
109 B
TypeScript

export { CardOffgrid, type CardOffgridProps } from './CardOffgrid';
export { default } from './CardOffgrid';