2018-04-03 22:56:12 +00:00
|
|
|
|
|
|
|
The simplest example of using the `<MessagesParents />` component:
|
|
|
|
|
|
|
|
```jsx
|
2018-04-05 15:31:43 +00:00
|
|
|
<util.MessageParents theme={util.theme}>
|
2018-04-03 22:56:12 +00:00
|
|
|
<div>Just a plain bit of text</div>
|
|
|
|
</util.MessageParents>
|
|
|
|
```
|