session-desktop/ts/components/Spinner.md

16 lines
229 B
Markdown
Raw Normal View History

#### Large
```jsx
<util.ConversationContext theme={util.theme}>
<Spinner />
</util.ConversationContext>
```
#### Small
```jsx
<util.ConversationContext theme={util.theme}>
<Spinner small />
</util.ConversationContext>
```