Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 152ca87

Browse files
Jeesun KimJeesun Kim
Jeesun Kim
authored and
Jeesun Kim
committed
feature/component/card > styleguide config updated to show props section by default
1 parent 5b7a286 commit 152ca87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styleguide.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ module.exports = {
1313
"src/components/PageHeader.js",
1414
"src/components/SectionHeader.js",
1515
"src/components/SubsectionHeader.js",
16+
"src/components/Text.js",
1617
],
18+
usageMode: "expand",
1719
},
1820
{
1921
name: "Components",
2022
components: () => [
2123
"src/components/BulletedList.js",
2224
"src/components/Button.js",
25+
"src/components/Card.js",
2326
],
27+
usageMode: "expand",
2428
},
2529
{
2630
name: "Form",
@@ -30,6 +34,7 @@ module.exports = {
3034
"src/components/Select.js",
3135
"src/components/Textarea.js",
3236
],
37+
usageMode: "expand",
3338
},
3439
],
3540
},

0 commit comments

Comments
 (0)