# Navigation This component is intended to be a common wrapper for a group of links or buttons. It sets a minimal layout, semantic markup and spacing for each of those elements. ```jsx import Navigation from 'react-toolbox/lib/navigation'; import Link from 'react-toolbox/lib/link'; const actions = [ { label: 'Alarm', raised: true, icon: 'access_alarm'}, { label: 'Location', raised: true, accent: true, icon: 'room'} ]; const NavigationTest = () => (
); ``` ## Properties | Name | Type | Default | Description| |:-----|:-----|:-----|:-----| | `actions` | `Array` | | Array of objects that will be represented as `