feat(satusehat): add search component, card summary and date picker

- Implement search component with lucide-vue-next icon
- Create card summary component for displaying summary data
- Add date picker component with range selection functionality
- Update list configuration and styling
- Reorganize package.json structure
This commit is contained in:
Khafid Prayoga
2025-08-21 11:42:59 +07:00
parent e4b634e76a
commit 6fe1bd2c48
12 changed files with 462 additions and 54 deletions
+2 -2
View File
@@ -2,6 +2,7 @@
"name": "nuxt-app",
"type": "module",
"private": true,
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
@@ -65,6 +66,5 @@
"vue-sonner": "^1.3.0",
"vue-tsc": "^2.1.10",
"zod": "^3.24.2"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}
}