# Left navigation bar

Generic example:

    const links = [
      { label: 'First', href: '#', active: false, icon: 'logo-glyph' },
      { label: 'Second', href: '#', active: false, icon: 'monitoring' }
    ];
    <LeftNavBar links={links} />
