gendesign/.design-sync/previews/ListingsCard.tsx

9 lines
595 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { ListingsCard } from 'tradein-mvp-frontend';
import { FIXTURE_ESTIMATE } from './_fixtures';
/** Секция 2 «Рынок» — объявления-аналоги: count-strip, фильтры/источники,
* ценовой бар P25P75 + таблица. cian-price-changes fetch офлайн пуст → бейджи
* скидок не показываются (graceful), всё остальное берётся из estimate-пропа. */
export const Default = () => (
<ListingsCard estimate={FIXTURE_ESTIMATE} estimateId={FIXTURE_ESTIMATE.estimate_id} />
);