{{ isPt ? 'li-breadcrumb agora cobre mais cenários de cabeçalho e linha de ações, com exemplos próximos dos layouts mostrados no Limitless.' : 'li-breadcrumb now covers more header and action-row scenarios, with examples close to the layouts shown in Limitless.' }}
{{ isPt ? 'Posicionamento do breadcrumb' : 'Breadcrumb location' }}
{{ isPt ? 'Variações de posição no topo, rodapé do header e como componente isolado.' : 'Position variations at the top, in the header footer, and as a standalone component.' }}{{ isPt ? 'Header' : 'Header' }} {{ breadcrumbsLabel }}
{{ isPt ? 'Breadcrumb dentro do bloco de título.' : 'Breadcrumb inside the title block.' }}
{{ breadcrumbsLabel }} {{ isPt ? 'Topo em largura total' : 'Top Full Width' }}
{{ isPt ? 'Posicionado antes do conteúdo principal do cabeçalho.' : 'Positioned before the main header content.' }}
{{ breadcrumbsLabel }} {{ isPt ? 'Topo transparente' : 'Top Transparent' }}
{{ isPt ? 'Sem borda extra nem superfície destacada.' : 'Without extra border or highlighted surface.' }}
{{ breadcrumbsLabel }} {{ isPt ? 'Base em largura total' : 'Bottom Full Width' }}
{{ isPt ? 'Posição inferior padrão com ações no lado direito.' : 'Default bottom position with actions on the right side.' }}
{{ breadcrumbsLabel }} {{ isPt ? 'Componente inferior' : 'Bottom Component' }}
{{ isPt ? 'Usando o breadcrumb como barra independente no rodapé do header.' : 'Using the breadcrumb as an independent bar in the header footer.' }}
{{ isPt ? 'Breadcrumb no título' : 'Page title breadcrumb' }}
{{ isPt ? 'Exemplos condensados acima e abaixo do título.' : 'Condensed examples above and below the title.' }}{{ breadcrumbsLabel }} {{ isPt ? 'Topo condensado' : 'Top Condensed' }}
{{ breadcrumbsLabel }} {{ isPt ? 'Topo condensado com espaço' : 'Top Condensed Spaced' }}
{{ breadcrumbsLabel }} {{ isPt ? 'Base condensada' : 'Bottom Condensed' }}
{{ breadcrumbsLabel }} {{ isPt ? 'Base condensada com espaço' : 'Bottom Condensed Spaced' }}
{{ isPt ? 'Opções de breadcrumb' : 'Breadcrumb options' }}
{{ isPt ? 'Divisores, helper text, ícones e ações laterais.' : 'Dividers, helper text, icons, and side actions.' }}{{ isPt ? 'Breadcrumb padrão' : 'Default breadcrumb' }}
{{ isPt ? 'Estilo base.' : 'Base style.' }}
{{ isPt ? 'Texto auxiliar' : 'Helper text' }}
{{ isPt ? 'Texto auxiliar antes da trilha.' : 'Helper text before the trail.' }}
{{ isPt ? 'Só ícones' : 'Icons only' }}
{{ isPt ? 'Primeiro nível em forma de ícone.' : 'First level displayed as an icon.' }}
{{ isPt ? 'Ícones com rótulos' : 'Icons with labels' }}
{{ isPt ? 'Ícones aplicados em toda a trilha.' : 'Icons applied across the entire trail.' }}
{{ isPt ? 'Divisor dash' : 'Dash divider' }}
{{ isPt ? 'Usando divider="dash".' : 'Using divider="dash".' }}
{{ isPt ? 'Divisor arrows' : 'Arrows divider' }}
{{ isPt ? 'Usando' : 'Using' }}
divider="arrows".{{ isPt ? 'Divisor caret' : 'Caret divider' }}
{{ isPt ? 'Usando' : 'Using' }}
divider="caret".{{ isPt ? 'Divisor arrow' : 'Arrow divider' }}
{{ isPt ? 'Usando' : 'Using' }}
divider="arrow".{{ isPt ? 'Botões e badge' : 'Buttons and badge' }}
{{ isPt ? 'Ações extras na mesma linha do breadcrumb.' : 'Extra actions on the same breadcrumb row.' }}
{{ isPt ? 'Cores do breadcrumb' : 'Breadcrumb colors' }}
{{ isPt ? 'Superfícies claras e sólidas, como no kit original.' : 'Light and solid surfaces, like the original kit.' }}{{ isPt ? 'Topo claro' : 'Top light' }}
{{ isPt ? 'Breadcrumb sobre fundo claro.' : 'Breadcrumb over a light background.' }}
{{ isPt ? 'Topo sólido' : 'Top solid' }}
{{ isPt ? 'Breadcrumb sobre fundo sólido.' : 'Breadcrumb over a solid background.' }}
{{ isPt ? 'Base clara' : 'Bottom light' }}
{{ isPt ? 'Versão inferior com fundo claro.' : 'Bottom version with a light background.' }}
{{ isPt ? 'Base sólida' : 'Bottom solid' }}
{{ isPt ? 'Versão inferior com fundo sólido.' : 'Bottom version with a solid background.' }}
<li-breadcrumb divider="dash" helperText="You are here:">
<a liBreadcrumbItem href="#home">Home</a>
<a liBreadcrumbItem href="#components">Components</a>
<span liBreadcrumbItem [active]="true">Breadcrumbs</span>
<div liBreadcrumbEnd class="d-flex gap-2">
<button class="btn btn-sm btn-light">Duplicate</button>
<button class="btn btn-sm btn-primary">Publish</button>
</div>
</li-breadcrumb>