diff --git a/ionic/components/button/button.ts b/ionic/components/button/button.ts index b2022aad2a..63c47a6ca9 100644 --- a/ionic/components/button/button.ts +++ b/ionic/components/button/button.ts @@ -26,6 +26,7 @@ import {Config} from '../../config/config'; * @property [fab-bottom] - position a fab button towards the bottom * @description * Buttons are simple components in Ionic, can consist of text, an icon, or both, and can be enhanced with a wide range of attributes. + * @demo /docs/v2/demos/buttons/ * @see {@link /docs/v2/components#buttons Button Component Docs} */