{{ overviewIntro }}
{{ t.common.sectionDescription }}
{{ descriptionBody }}
{{ t.common.sectionFeatures }}
- {{ item }}
{{ t.common.sectionLimitations }}
- {{ item }}
{{ t.nav.alerts }}
{{ alertExamplesIntro }}
{{ t.nav.progress }}
Pipeline de release
Config: height, rounded, showValueLabel
Capacidade por squad
Config: striped, animated, barras empilhadas
{{ alertApiTitle }}
- {{ item }}
<li-alert
variant="warning"
[solid]="true"
iconClass="ph-warning-circle"
[dismissible]="true">
<strong>Atenção.</strong> Revise a operação.
</li-alert>
{{ progressApiTitle }}
- {{ item }}
<li-progress [height]="'1rem'" [striped]="true" [animated]="true">
<li-progress-bar class="bg-success" [value]="42" label="Produto"></li-progress-bar>
<li-progress-bar class="bg-info" [value]="28" label="UX"></li-progress-bar>
</li-progress>