import Card from "./card"; import { ComponentStory, ComponentMeta } from '@storybook/react'; import { EyeSVG,TrashSVG,CloudUploadSVG} from "../../assets/svg"; import Grid from "@mui/material/Grid"; import Button from "../button/button"; export default { title:'Components/Card', component:Card, argTypes:{ variant:{ options:['outlined'], control: { type: 'radio' }, } } } as ComponentMeta const Template: ComponentStory = (args) => export const Cardcomponent = Template.bind({}); Cardcomponent.args = { variant: "outlined", children: V1 V2 , header:

Simulator case 1

, sx: { '& .MuiBox-root': { backgroundColor: "white" }, width: '25%', height: '200px' }, flip: true, footerIcons: {/*