signal-desktop/js/react/util/MessageParents.md
Scott Nonnenberg 1326b26585
Full styleguide now available via yarn styleguide
Due to a number of hacks, the style guide can be used to show Backbone
views. This will allow a smooth path from the old way of doing things to
the new.
2018-04-04 16:08:38 -07:00

8 lines
179 B
Markdown

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