Add VenueCard molecule — venue listing card for service venue select screen
- 3 component tokens (image.height, content.padding, content.gap) - Composes Card (interactive) + Typography, consistent with ProviderCard patterns - Hero image with role="img" aria-label for screen readers - Meta row: location (pin icon) + capacity with "guests" suffix for clarity - Price with "From" qualifier for transparency (split typography like ProviderCard) - 6 Storybook stories: Default, ListLayout, EdgeCases, Responsive, OnDifferentBackgrounds, InteractiveDemo - Critique score: 33/40 (Good) — P2 fixes applied (capacity label, price context, image a11y) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
src/components/molecules/VenueCard/index.ts
Normal file
2
src/components/molecules/VenueCard/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { VenueCard, default } from './VenueCard';
|
||||
export type { VenueCardProps } from './VenueCard';
|
||||
Reference in New Issue
Block a user