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"
/>