Add Lightbox to style guide

This commit is contained in:
Daniel Gasienica 2018-04-15 00:28:21 -04:00
parent 2474b42198
commit 8cfe12644a

View file

@ -7,6 +7,11 @@ const propsParser = typescriptSupport.withCustomConfig('./tsconfig.json').parse;
module.exports = {
sections: [
{
name: 'Components',
description: '',
components: 'ts/components/*.tsx',
},
{
name: 'Conversation',
description: 'Everything necessary to render a conversation',