diff --git a/packages/effects/common-ui/src/ui/dashboard/analysis/analysis-overview-card.vue b/packages/effects/common-ui/src/ui/dashboard/analysis/analysis-overview-card.vue
new file mode 100644
index 0000000..ef39932
--- /dev/null
+++ b/packages/effects/common-ui/src/ui/dashboard/analysis/analysis-overview-card.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
diff --git a/packages/effects/common-ui/src/ui/dashboard/analysis/index.ts b/packages/effects/common-ui/src/ui/dashboard/analysis/index.ts
index 7c67b87..4ed162a 100644
--- a/packages/effects/common-ui/src/ui/dashboard/analysis/index.ts
+++ b/packages/effects/common-ui/src/ui/dashboard/analysis/index.ts
@@ -1,3 +1,4 @@
export { default as AnalysisChartCard } from './analysis-chart-card.vue';
export { default as AnalysisChartsTabs } from './analysis-charts-tabs.vue';
+export { default as AnalysisOverviewCard } from './analysis-overview-card.vue';
export { default as AnalysisOverview } from './analysis-overview.vue';