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 91ccc16 commit f1383c5Copy full SHA for f1383c5
www/src/templates/component.js
@@ -73,8 +73,8 @@ class ComponentTemplate extends React.Component {
73
)}
74
75
<Container>
76
- <h2>
77
- <div>Props</div>
+ <h2 id={`${metadata.displayName}-props`}>
+ <a href={`#${metadata.displayName}-props`}>Props</a>
78
{metadata.composes && (
79
<small style={{ fontStyle: 'italic', fontSize: '70%' }}>
80
Accepts all props from{' '}
0 commit comments