Add Lightbox
to style guide
This commit is contained in:
parent
2474b42198
commit
8cfe12644a
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ const propsParser = typescriptSupport.withCustomConfig('./tsconfig.json').parse;
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
sections: [
|
sections: [
|
||||||
|
{
|
||||||
|
name: 'Components',
|
||||||
|
description: '',
|
||||||
|
components: 'ts/components/*.tsx',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Conversation',
|
name: 'Conversation',
|
||||||
description: 'Everything necessary to render a conversation',
|
description: 'Everything necessary to render a conversation',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue