1326b26585
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.
8 lines
179 B
Markdown
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>
|
|
```
|