code base

This commit is contained in:
ANUJ7MADKE
2025-07-13 22:49:55 +05:30
parent d4f21c9a99
commit cd43f0e98e
96 changed files with 17779 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
export const CardsData = [
{
title: "Total Funds Deployed",
color: {
backGround: "linear-gradient(#93A5CF, #E4EfE9)",
boxShadow: "0px 10px 20px 0px rgba(0, 0, 0, 0.1)",
},
value: "12,23,234",
series: [
{
name: "Funds",
data: [20134, 1200, 23532, 23543, 12564,23346,23454,54634,45364,45634,45745,564],
},
],
},
{
title: "Enrollment rate",
color: {
backGround: "linear-gradient(#93A5CF, #E4EfE9)",
boxShadow: "0px 10px 20px 0px rgba(0, 0, 0, 0.1)",
},
value: "90%",
series: [
{
name: "Enrollment Trends",
data: [200, 145, 232, 543, 564,342,635,345,346,123,543],
},
],
},
];