signal-desktop/js/react/util/MessageParents.md
Scott Nonnenberg be91a89d68
Parse theme from querystring, put on util. Moment from require()
We also fully set up i18n and put it on util as well as making
it available on windows.i18n for Backbone views.
2018-04-05 08:31:43 -07:00

8 lines
182 B
Markdown

The simplest example of using the `<MessagesParents />` component:
```jsx
<util.MessageParents theme={util.theme}>
<div>Just a plain bit of text</div>
</util.MessageParents>
```