# Link ``` var Link = require('react-toolbox/components/link'); ``` ## Properties | Name | Type | Default | Description| |:- |:-: | :- |:-| | **caption** | String | "normal" | he text string to use for the floating label element.| | **className** | String | | Sets the class-styles of the Component.| | **count** | Number | | Sets a count number behind caption property.| | **icon** | String | | Sets a sub-component.| | **onClick** | Function | | Dispatch event when user clicks on component.| | **route** | String | | URL String|