Skip to main content

default

Stock Screening Platform - Frontend API v0.1.0


Stock Screening Platform - Frontend API / components/stock/MetricCard / default

Function: default()

default(__namedParameters): Element

Defined in: src/components/stock/MetricCard.tsx:42

Metric Card Component

Displays a single financial/technical metric with label, value, and optional tooltip

Features:

  • Formatted value display
  • Color coding (positive/negative)
  • Tooltip with explanation
  • Responsive design

Parameters​

__namedParameters​

MetricCardProps

Returns​

Element

Example​

<MetricCard
label="PER"
value={12.5}
unit="λ°°"
tooltip="μ£Όκ°€μˆ˜μ΅λΉ„μœ¨: μ£Όκ°€ / μ£Όλ‹Ήμˆœμ΄μ΅"
variant="positive"
/>