-
Notifications
You must be signed in to change notification settings - Fork 31
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
Bottoni #44
Milestone
Comments
snack-eater
pushed a commit
that referenced
this issue
Jul 25, 2018
snack-eater
pushed a commit
that referenced
this issue
Jul 26, 2018
…lla componente per i bottoni ref #44
snack-eater
pushed a commit
that referenced
this issue
Jul 26, 2018
…abled ai bottoni relativi alla ref #44
snack-eater
pushed a commit
that referenced
this issue
Jul 26, 2018
snack-eater
pushed a commit
that referenced
this issue
Jul 30, 2018
snack-eater
pushed a commit
that referenced
this issue
Jul 30, 2018
snack-eater
pushed a commit
that referenced
this issue
Jul 30, 2018
snack-eater
pushed a commit
that referenced
this issue
Jul 30, 2018
snack-eater
pushed a commit
that referenced
this issue
Jul 30, 2018
…guito alla modifica della sua d ref #44
snack-eater
pushed a commit
that referenced
this issue
Jul 30, 2018
td-machineuser
pushed a commit
that referenced
this issue
Aug 6, 2018
# [0.3.0](v0.2.1...v0.3.0) (2018-08-06) ### Features * **Button:** implementa componente button ([0c33255](0c33255)), closes [#44](#44)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Comportamento atteso
Realizzare una componente button che deve reagire al click dell'utente, abilitandosi e disabilitandosi.
<it-button>
fornisce le stesse funzionalità dell'elemento nativo<button type="button">
migliorato con lo stile di Design UI Kit.Button Bootstrap Italia
Possibili soluzioni
Realizzare il button come componente Angular.
Esempio di utilizzo:
disabled
(opzionale) se presente, il pulsante avrà un effetto di trasparenza e non reagirà al clickcolor
(opzionale) stabilisce il colore del pulsante a seconda delle classi di bootstrap. Può avere valoriprimary
,secondary
,danger
,warning
,info
,warning
,success
,light
edark
outline
(opzionale) stabilisce se lo stile del pulsante avrà un contorno. Accetta una espressione booleana o può essere usato come attributo senza valore. Deve funzionare solo in congiunzione con un colore definito, altrimenti l'attributo viene ignorato.size
(opzionale) indica la grandezza del pulsante. Può assumere i valorilg
,sm
exs
block
(opzionale, defaultfalse
) indica se il pulsante occupa tutta l'ampiezza a sua disposizione.The text was updated successfully, but these errors were encountered: