Skip to content

Commit e3ba108

Browse files
committedAug 6, 2014
updated Link docs to include the mention of aditional props
1 parent f3b4de8 commit e3ba108

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docs/api/components/Link.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ name through the link's properties to the resulting url.
2727
The className a `Link` receives when it's route is active. Defaults to
2828
`active`.
2929

30+
### *others*
31+
32+
You can also pass props you'd like to be on the `<a>` such as a title, id, or className.
33+
3034
Example
3135
-------
3236

0 commit comments

Comments
 (0)
Please sign in to comment.