Files
igny8/frontend/dist/assets/js/ComponentCard-C2b5w2__.js
IGNY8 VPS (Salman) 3c100be1cf more
2025-11-13 14:12:36 +00:00

2 lines
666 B
JavaScript

import{j as r}from"./chunk-UIGDSWPH-BhuNDbxn.js";const i=({title:a,children:s,className:t="",desc:e=""})=>r.jsxs("div",{className:`rounded-2xl border border-gray-200 bg-white dark:border-gray-800 dark:bg-white/[0.03] overflow-visible ${t}`,children:[r.jsxs("div",{className:"px-6 py-5 relative z-0",children:[r.jsx("h3",{className:"text-base font-medium text-gray-800 dark:text-white/90",children:a}),e&&r.jsx("p",{className:"mt-1 text-sm text-gray-500 dark:text-gray-400",children:e})]}),r.jsx("div",{className:"p-4 border-t border-gray-100 dark:border-gray-800 sm:p-6 overflow-visible",children:r.jsx("div",{className:"space-y-6",children:s})})]});export{i as C};