import { NavBar } from '@megafon/ui-lk-vas';
<NavBar items={[ { title: "Главная", iconSrc: sphere.src, href: "#", isActive: true }, { title: "Управление кампаниям", iconSrc: router.src, href: "#" }, { title: "Статистика", iconSrc: statistics.src, href: "#" }, { title: "Параметры", iconSrc: folders.src, href: "#" }, { title: "Доп.возможности", iconSrc: settings.src, href: "#" }, { title: "Помощь", iconSrc: lens.src, href: "#" }, ]} button={{ title: "Сервисы МегаФона", href: "#" }} />
<div style={{ height: '400px' }}> <NavBar items={[ { title: "Главная", iconSrc: sphere.src, href: "#" }, { title: "Управление кампаниям", iconSrc: router.src, href: "#" }, { title: "Статистика", iconSrc: statistics.src, href: "#" }, { title: "Параметры", iconSrc: folders.src, href: "#" }, { title: "Доп.возможности", iconSrc: settings.src, href: "#" }, { title: "Помощь", iconSrc: lens.src, href: "#" }, ]} button={{ title: "Сервисы МегаФона", href: "#" }} /> </div>
<NavBar items={[ { title: "Главная", iconSrc: sphere.src, href: "#", renderWrapper: item => <div className="router-link">{item}</div> }, { title: "Помощь", iconSrc: lens.src, href: "#" }, ]} button={{ title: "Сервисы МегаФона", href: "#" }} />