From 8cfe12644a029c1460c6820631ac7d0b465f9d80 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Sun, 15 Apr 2018 00:28:21 -0400 Subject: [PATCH] Add `Lightbox` to style guide --- styleguide.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styleguide.config.js b/styleguide.config.js index af5f8fdf10..aaa7e2d535 100644 --- a/styleguide.config.js +++ b/styleguide.config.js @@ -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',