docs(components): update disabled property docs to be consistent

This commit is contained in:
Brandy Carney
2018-02-02 14:46:11 -05:00
parent 58952d3c12
commit 7faa04ed31
26 changed files with 44 additions and 50 deletions

View File

@ -25,7 +25,7 @@ export class ChipButton {
@Prop() mode: 'ios' | 'md';
/**
* If true, sets the button into a disabled state.
* If true, the user cannot interact with the chip button. Defaults to `false`.
*/
@Prop() disabled = false;

View File

@ -50,7 +50,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
boolean
If true, sets the button into a disabled state.
If true, the user cannot interact with the chip button. Defaults to `false`.
#### fill
@ -90,7 +90,7 @@ Default options are: `"primary"`, `"secondary"`, `"danger"`, `"light"`, and `"da
boolean
If true, sets the button into a disabled state.
If true, the user cannot interact with the chip button. Defaults to `false`.
#### fill