聊天气泡用于显示一行对话及其所有数据,包括作者图像、作者名称、时间等。
类名 | 类型 | |
---|---|---|
chat | 组件类 | Container for one line of conversation and all its data |
chat-start | 装饰类 | Aligns `chat` to left (required) |
chat-end | 装饰类 | Aligns `chat` to end (required) |
chat-image | 组件类 | For the author image |
chat-header | 组件类 | For the line above the chat bubble |
chat-footer | 组件类 | For the line below the chat bubble |
chat-bubble | 组件类 | For the content of chat |
chat-bubble-primary | 装饰类 | sets `primary` color for the `chat-bubble` |
chat-bubble-secondary | 装饰类 | sets `secondary` color for the `chat-bubble` |
chat-bubble-accent | 装饰类 | sets `accent` color for the `chat-bubble` |
chat-bubble-info | 装饰类 | sets `info` color for the `chat-bubble` |
chat-bubble-success | 装饰类 | sets `success` color for the `chat-bubble` |
chat-bubble-warning | 装饰类 | sets `warning` color for the `chat-bubble` |
chat-bubble-error | 装饰类 | sets `error` color for the `chat-bubble` |