<Card><Title value="card title" size="lg" /><Text value="card content" size="md" /></Card>

Attribute Name | Type | Description | Default Value |
children ★ | ChatKitComponent[] | Child component list for defining card content | - |
size | "sm" | "md" | "lg" | "full" | card size | "md" |
padding | number | string | Spacing | card padding settings | - |
background | string | ThemeColor | Background Color | - |
status | WidgetStatus | Status Configuration | - |
collapsed | boolean | fold or not | false |
confirm | CardAction | Confirmation Button Configuration | - |
cancel | CardAction | Cancel Button Configuration | - |
theme | "light" | "dark" | theme mode | "light" |
asForm | boolean | whether as form container | false |
<Card status="loading"><Title value="card title" /><Text value="card content" /></Card>

<Card status={{ text: "3 records in total" }}><Title value="card title" /><Text value="card content" /></Card>

icon and favicon fields, the current implementation only displays text content and does not support icon display.Attribute Name | Type | Description |
label ★ | string | button text |
action ★ | ActionConfig | Action Configuration |
Attribute Name | Type | Description |
light ★ | string | light mode color |
dark ★ | string | dark mode color |
Feedback