Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Add size paramter (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROUL authored and rstoenescu committed Oct 9, 2017
1 parent 91d81a5 commit 8fc18cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/components/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ This show a simple chat between two parties, and a to label
| `stamp` | String | Creation timestamp string |
| `text-color` | String | Color of the text |
| `bg-color` | String | Color of the chat message bubble |
| `size` | String | Size of the message in the container. Default is `auto`, allowed values from 1 to 12 (like col-X class |

> **Note** that `text` property is an Array of Strings. This is useful when two or more messages share the same (or very close) timestamp. They will be displayed on separate bubbles, but grouped together more closely so that the name of the creator and timestamp are displayed only once for this kind of group.
Expand Down

0 comments on commit 8fc18cf

Please sign in to comment.