react-toolbox/components/link/link.md

894 B

Link

var Link = require('react-toolbox/components/link');

<Link route='http://google.com' caption='Go to Google.com' />
<Link route='/profile/soyjavi' icon='user' />

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