# Navigation ``` var Navigation = require('react-toolbox/components/navigation'); var routes = [ {route:'/profile/soyjavi', icon='user'}, {route:'http://google.com', caption='Go to Google.com'}, ]; var actions = [ {caption: "Primary", style: "primary", icon: "access_alarm"} ]; ``` ## Properties | Name | Type | Default | Description| |:- |:-: | :- |:-| | **actions** | Array | | Array of actions callbacks using