From e7eded5a1a2156d6401d581000f9b0685225d243 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:49:36 +0000 Subject: [PATCH] Update registry/components/AboutMetric.json --- registry/components/AboutMetric.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/AboutMetric.json b/registry/components/AboutMetric.json index 81ca7d6..aa4a9f1 100644 --- a/registry/components/AboutMetric.json +++ b/registry/components/AboutMetric.json @@ -17,7 +17,7 @@ "structure": { "icon": "LucideIcon - Icon component from lucide-react (required)", "label": "string - Descriptive label for the metric (required, e.g., 'Conversions', 'Partnered Brands')", - "value": "string - Metric value to display (required, e.g., '7,000+', '2018', '30+', '100M+')" + "value": "string - Metric value to display (required, e.g., '7,000+', '2018', '10+', '100M+')" }, "note": "Provide 2-4 metrics for optimal layout. Grid automatically adjusts columns based on metric count (2 metrics = 2 cols, 3 metrics = 3 cols, 4 metrics = 4 cols). Import icons from lucide-react." } @@ -37,7 +37,7 @@ "metricLabelClassName?": "string", "metricValueClassName?": "string" }, - "usageExample": "// Wrap in ThemeProvider\nimport { TrendingUp, ShoppingCart, Users, Globe } from 'lucide-react';\n\n\n \n", + "usageExample": "// Wrap in ThemeProvider\nimport { TrendingUp, ShoppingCart, Users, Globe } from 'lucide-react';\n\n\n \n", "do": [ "Use for feature showcases", "Use for capability displays",