FunctionPrice({
value,
prevValue,
currency = '¥',
showIcon = false,
size = 'md',
className,
animate = true,
}
src/components/financial/Price.tsx:18
FunctionPriceChange({
value,
prevValue,
showSign = true,
size = 'md',
className,
showPercent = true,
}: PriceChangePr
src/components/financial/Price.tsx:91
FunctionProgressBar({
value,
min,
max,
showLabel = false,
label,
color,
size = 'sm',
className,
}: ProgressBarPro
src/components/financial/MiniChart.tsx:142
FunctionSectionCard({
title,
icon,
children,
defaultExpanded = true,
badge,
className = '',
}: SectionCardProps)
src/components/dashboard/review/shared/SectionCard.tsx:14
FunctionSellBatchDialog({
open,
onClose,
position,
batch,
onConfirm,
emotionTags,
reasonTags,
}: SellBatchDialogProps)
src/components/dashboard/PositionBatch/SellBatchDialog.tsx:23
FunctionTextInput({
label,
value,
onChange,
placeholder,
multiline = false,
rows = 3,
maxLength,
className = ''
src/components/dashboard/review/shared/TextInput.tsx:12
FunctionTodayEvents({
date,
onEventClick,
onAddEvent,
onViewAll,
className,
}: TodayEventsProps)
src/components/dashboard/eventCalendar/TodayEvents.tsx:15