FunctionFlickeringGrid({
squareSize = 3,
gridGap = 3,
flickerChance = 0.2,
color = "#B4B4B4",
width,
height,
className
src/components/ui/flickering-grid.tsx:27
FunctionInteractiveTransactionBadge({
transactionId,
status,
category,
categories,
onUpdate,
}: InteractiveTransactionBadgeProps)
src/components/dashboard/interactive-transaction-badge.tsx:35
FunctionLegendItem({
name,
color,
onClick,
activeLegend,
chartType,
}: LegendItemProps)
src/components/ComboChart.tsx:99
FunctionLineChart({
data,
height = 200,
width = 600,
color,
shouldAnimate,
startAnimationDelay,
}: LineChartProps)
src/components/third-bento-animation.tsx:17
FunctionMarquee({
className,
reverse = false,
pauseOnHover = false,
children,
vertical = false,
repeat = 4,
src/components/ui/marquee.tsx:35
FunctionOrbitingCircles({
className,
children,
reverse,
duration = 20,
radius = 160,
path = true,
iconSize = 30,
src/components/ui/orbiting-circle.tsx:22