Assist_Design/apps/portal/public/storybook/assets/FeatureCard-DMnf0Xpf.js

2 lines
806 B
JavaScript
Raw Normal View History

import{j as e}from"./jsx-runtime-D_zvdyIk.js";function a({icon:r,title:t,description:s}){return e.jsxs("div",{className:"flex items-start gap-4 p-6 bg-gray-50 rounded-xl border border-gray-100 transition-all duration-300 hover:shadow-md hover:border-gray-200",children:[e.jsx("div",{className:"flex-shrink-0",children:r}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-lg font-semibold text-gray-900 mb-2",children:t}),e.jsx("p",{className:"text-sm text-gray-600 leading-relaxed",children:s})]})]})}a.__docgenInfo={description:"",methods:[],displayName:"FeatureCard",props:{icon:{required:!0,tsType:{name:"ReactReactNode",raw:"React.ReactNode"},description:""},title:{required:!0,tsType:{name:"string"},description:""},description:{required:!0,tsType:{name:"string"},description:""}}};export{a as F};