import Navigation from '@orloxx/ui-core/src/views/navigation/navigation.view.js'
Navigation
Extends:
react~Component → Navigation
Controls the navigation bar. Uses the same routes object defined in PageControl
SCSS import:
@import "~@orloxx/ui-core/scss/navigation";
Example:
const Nav = withRoute(Navigation);
<Nav routes={routes} />
Static Public Members
public static propTypes: Object source
Properties:
Name | Type | Attribute | Description |
location | Object | Comes from the react-router-dom~withRouter function |
|
routes | Array<Route> | Same Route object defined in PageControl |