mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 16:38:21 +01:00
Split out test-specific and general utility react components too. And moved our test/legacy* files for the Style Guide into a styleguide/ subdirectory of test/. I think we'll be able to live in this directory structure for a while.
9 lines
196 B
Markdown
9 lines
196 B
Markdown
|
|
The simplest example of using the `<ConversationContext />` component:
|
|
|
|
```jsx
|
|
<util.ConversationContext theme={util.theme}>
|
|
<div>Just a plain bit of text</div>
|
|
</util.ConversationContext>
|
|
```
|