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

@@ -34,7 +34,7 @@ export class Button {
@Prop() size: 'small' | 'default' | 'large';
/**
* If true, sets the button into a disabled state.
* If true, the user cannot interact with the button. Defaults to `false`.
*/
@Prop() disabled = false;

View File

@@ -99,7 +99,7 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
boolean
If true, sets the button into a disabled state.
If true, the user cannot interact with the button. Defaults to `false`.
#### expand
@@ -181,7 +181,7 @@ For more information, see [Theming your App](/docs/theming/theming-your-app).
boolean
If true, sets the button into a disabled state.
If true, the user cannot interact with the button. Defaults to `false`.
#### expand