diff --git a/components/link/readme.md b/components/link/readme.md index 60d8e323..04868b64 100644 --- a/components/link/readme.md +++ b/components/link/readme.md @@ -8,7 +8,7 @@ import Link from 'react-toolbox/lib/link'; const LinksTest = () => ( @@ -19,10 +19,10 @@ const LinksTest = () => ( You can add as many properties as you want to be directly transferred to the output anchor element. Apart from them you have the following properties: -| Name | Type | Default | Description| +| Name | Type | Default | Description| |:-----|:-----|:-----|:-----| -| `label` | `String` | | The text string used for the text content of the link.| -| `className` | `String` | `''` | Sets a custom class name to add styles to the link.| -| `count` | `Number` | | Sets a count number useful to display in the page how many times was visited for example.| -| `icon` | `String` | | An icon key string to include a `FontIcon` component in front of the text.| - +| `active` | `Boolean` | `false` | If true, adds active style to link.| +| `className` | `String` | `''` | Sets a custom class name to add styles to the link.| +| `count` | `Number` | | Sets a count number.| +| `icon` | `Any` | | An icon key string to include a `FontIcon` component in front of the text.| +| `label` | `String` | | The text string used for the text content of the link.| diff --git a/docs/app/components/layout/main/modules/examples/link_example_1.txt b/docs/app/components/layout/main/modules/examples/link_example_1.txt index fd10593a..aea0ef1c 100644 --- a/docs/app/components/layout/main/modules/examples/link_example_1.txt +++ b/docs/app/components/layout/main/modules/examples/link_example_1.txt @@ -1,6 +1,6 @@ const LinksTest = () => (