Files
xrpl-dev-portal/shared/components/TextCard/index.ts
akcodez 5c87e7e1cb Enhance TextCard component and update CardsTwoColumn pattern
- Introduced the TextCard component with 6 color variants and interactive states, including hover and pressed effects.
- Updated CardsTwoColumn pattern to utilize the new TextCard component, showcasing all 6 color variants in a responsive layout.
- Improved documentation for both TextCard and CardsTwoColumn, detailing usage, props, and responsive behavior.
- Refactored styles to ensure consistency and maintainability across components.
2026-01-28 13:53:03 -08:00

4 lines
118 B
TypeScript

export { TextCard, type TextCardProps, type TextCardColor } from './TextCard';
export { default } from './TextCard';