We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df858fb commit 363ae5fCopy full SHA for 363ae5f
styleguide.config.js
@@ -8,6 +8,10 @@ module.exports = {
8
usageMode: "expand", // Keep prop tables always expanded
9
exampleMode: "expand", // Keep code examples always expanded
10
propsParser: require("react-docgen-typescript").parse,
11
+ getComponentPathLine(componentPath) {
12
+ const name = path.basename(componentPath, path.extname(componentPath));
13
+ return `import { ${name} } from "react-gradient-hover";`;
14
+ },
15
webpackConfig: {
16
module: {
17
rules: [
0 commit comments