Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breadcrumb #46

Closed
giuseppe-santoro opened this issue Jul 23, 2018 · 0 comments
Closed

Breadcrumb #46

giuseppe-santoro opened this issue Jul 23, 2018 · 0 comments
Assignees

Comments

@giuseppe-santoro
Copy link
Contributor

giuseppe-santoro commented Jul 23, 2018

Comportamento atteso

Realizzare una componente di navigazione breadcrumb con lo stile di di Design UI Kit.

Breadcrumb Bootstrap Italia

Possibili soluzioni

Creare una componente Angular che rispecchi l'esempio di utilizzo seguente:

<it-breadcrumb [separator]="separator" [dark]="isDark">
    <it-breadcrumb-item *ngFor="let item of items" [link]="item.link" [icon]="item.icon">{{item.label}}</it-breadcrumb-item>
</it-breadcrumb>
  • separator il carattere che verrà usato come separatore tra gli elementi del breadcrumb
  • dark (opzionale, default false) se presente indica che il breadcrumb utilizza il tema di colorazione scura. Accetta una espressione booleana o può essere usato come attributo senza valore
  • link il link alla pagina verso cui andare al click sull'elemento del breadcrumb
  • icon (opzionale) la classe dell'icona da usare prima del testo dell'elemento del breadcrumb
  • label il testo dell'elemento del breadcrumb

Accessibilità

L'elemento di navigazione breadcrumb dovrebbe avere l'attributo aria-label="breadcrumb" e l'ultimo elemento del breadcrumb dovrebbe avere l'attributo aria-current="page".

snack-eater pushed a commit that referenced this issue Aug 7, 2018
snack-eater pushed a commit that referenced this issue Aug 7, 2018
snack-eater pushed a commit that referenced this issue Aug 7, 2018
snack-eater pushed a commit that referenced this issue Aug 8, 2018
snack-eater pushed a commit that referenced this issue Aug 8, 2018
snack-eater pushed a commit that referenced this issue Aug 20, 2018
snack-eater pushed a commit that referenced this issue Aug 20, 2018
td-machineuser pushed a commit that referenced this issue Aug 31, 2018
# [0.6.0](v0.5.0...v0.6.0) (2018-08-31)

### Features

* **Breadcrumb:** implementa componente Breadcrumb ([829d5bc](829d5bc)), closes [#46](#46)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants