diff --git a/src/components/button/README.md b/src/components/button/README.md index 0f3d3bec6fbc..5e6161961e9c 100644 --- a/src/components/button/README.md +++ b/src/components/button/README.md @@ -80,12 +80,13 @@ Output: ### Disabling You can disable any button type through the native `disabled` property. You can add it directly, or bind it to a property on your -component class. +component class by adding `[disabled]="isDisabled"` given that the `isDisabled` +property exists. ```html - - - + + + ``` Output: