import { PageTitle } from '@megafon/ui-shared';
Демо данныеconst title = 'Копилка';const breadcrumbs = [ { title: 'Тарифы', href: '#', }, { title: 'Управляй !', href: '#', }, { title: 'Менеджер', href: '#', },];const badge = 'VIP';
const title = 'Копилка';const breadcrumbs = [ { title: 'Тарифы', href: '#', }, { title: 'Управляй !', href: '#', }, { title: 'Менеджер', href: '#', },];const badge = 'VIP';
<PageTitle title={title} />
Хлебные крошки не отображаются на мобильном разрешении.
<PageTitle title={title} breadcrumbs={breadcrumbs} />
<PageTitle title={title} badge={badge} />
<PageTitle title={title} breadcrumbs={breadcrumbs} badge={badge} isFullWidth={false}/>