We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96410c6 commit 5f881dbCopy full SHA for 5f881db
packages/react-router-dom/docs/api/Link.md
@@ -53,3 +53,8 @@ const refCallback = node => {
53
54
<Link to="/" innerRef={refCallback} />
55
```
56
+
57
+## others
58
59
+You can also pass props you'd like to be on the `<a>` such as a `title`, `id`, `className`, etc.
60
0 commit comments