session-desktop/ts/styleguide/ConversationContext.md
2018-04-11 16:36:42 -04:00

196 B

The simplest example of using the <ConversationContext /> component:

<util.ConversationContext theme={util.theme}>
  <div>Just a plain bit of text</div>
</util.ConversationContext>