side-navigation-react
Version:
Easy, responsive & flexible navigational component that compose declaratively with your application.
27 lines (26 loc) • 542 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.navItems = [
{
title: 'H1',
route: '/',
},
{
title: 'H2',
children: [
{
title: 'H2.1',
route: '/h2',
},
{
title: 'H2.2',
children: [
{
title: 'H2.2.1',
route: '/h21',
},
],
},
],
},
];