react-lte
Version:
AdminLTE v3 template for ReactJS
41 lines (39 loc) • 480 B
JavaScript
const sidebarMenu = [
{
id: 1,
text: 'Dashboard',
href: '/',
},
{
id: 2,
text: 'Widgets',
href: '/widgets',
badge: 'New',
},
{
id: 3,
text: 'Layout Options',
href: '/',
},
{
id: 4,
text: 'Charts',
href: '/',
},
{
id: 5,
text: 'UI Elements',
href: '/',
},
{
id: 6,
text: 'Forms',
href: '/',
},
{
id: 7,
text: 'Tables',
href: '/',
},
];
export default sidebarMenu;