Styled Card - Copy this React, Mui Component to your project
provide any array of tabs containing the current component which pass which conditionally pass a data type , data item, and set state function for that data from the list below. Then update the current component to handle recieving those props by rendering each items associated icon, data and update functions: import { AssistantItem } from './items/assistants/assistant-item'; import { ChatItem } from './items/chat/chat-item'; import { CollectionItem } from './items/collections/collection-item'; import { FileItem } from './items/files/file-item'; import { Folder } from './items/folders/folder-item'; import { ModelItem } from './items/models/model-item'; import { PresetItem } from './items/presets/preset-item'; import { PromptItem } from './items/prompts/prompt-item'; import { ToolItem } from './items/tools/tool-item';