Files
xrpl-dev-portal/shared/patterns/FeatureSingleTopic/index.ts
akcodez d6ce246420 Add FeatureSingleTopic pattern component with associated styles
- Introduced the FeatureSingleTopic component, enhancing layout flexibility with responsive design.
- Added SCSS styles for various screen sizes, including media queries for improved spacing and alignment.
- Implemented dark mode styles for better accessibility and visual consistency.
2026-02-03 13:29:24 -08:00

4 lines
167 B
TypeScript

export { FeatureSingleTopic, type FeatureSingleTopicProps, type FeatureSingleTopicLink } from './FeatureSingleTopic';
export { default } from './FeatureSingleTopic';