signal-desktop/ts/components/conversation/TypingAnimation.md

23 lines
350 B
Markdown
Raw Normal View History

2018-11-14 19:10:32 +00:00
### Conversation List
```jsx
<util.ConversationContext theme={util.theme}>
<TypingAnimation i18n={util.i18n} />
</util.ConversationContext>
```
### Dark background
Note: background color is 'steel'
```jsx
<div
style={{
backgroundColor: '#6b6b78',
padding: '2em',
}}
>
<TypingAnimation color="light" i18n={util.i18n} />
</div>
```